#B330BE

Color #B330BE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B330BE

Tints of Dark Orchid #B330BE

Color information

#B330BE (or 0xB330BE) is unknown color: approx Dark Orchid. HEX triplet: B3, 30 and BE. RGB value is (179,48,190). Sum of RGB (Red+Green+Blue) = 179+48+190=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #B330BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330BE is #4CCF41. Grayscale: #666666. Windows color (decimal): -5033794 or 12464307. OLE color: 12464307.

HSL color Cylindrical-coordinate representation of color #B330BE: hue angle of 295.35º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B330BE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17948190-
CMYK0.060.7500.25
HSL295.35º59.66%46.67%-
HSV(B)295.35º74.74%74.51%-
XYZ28.9415.4250.17-
YUV103.36176.9181.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 48 (19.14% from 255) = 11.51%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=42.93%
G=11.51%
B=45.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179481900.060.7500.25295.3559.6646.67
HexB330BE64B0191273c2f
Octal2636027661130314477457
Binary10110011110000101111101101001011011001100100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B330BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B330BE; }

 p { color: rgb(179,48,190); }

 H1.HeaderClassName
 {
   color: #B330BE;
 }
 .AnyTagClassName
 {
   color: #B330BE;
 }
</style>
background-color css

<style>
 a { background-color: #B330BE; }

 a { background-color: rgb(179,48,190); }

 div.DivClassName
 {
   background-color: #B330BE;
 }
 .BgClassName
 {
   background-color: #B330BE;
 }
</style>
border-color css

<style>
 span { border-color: #B330BE; }

 span { border-color: rgb(179,48,190); }

 td.TdClassName
 {
   border-color: #B330BE;
 }
 .TagClassName
 {
   border-color: #B330BE;
 }
</style>