#B333C6

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

Shades of Dark Orchid #B333C6

Tints of Dark Orchid #B333C6

Color information

#B333C6 (or 0xB333C6) is unknown color: approx Dark Orchid. HEX triplet: B3, 33 and C6. RGB value is (179,51,198). Sum of RGB (Red+Green+Blue) = 179+51+198=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #B333C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333C6 is #4CCC39. Grayscale: #696969. Windows color (decimal): -5033018 or 12989363. OLE color: 12989363.

HSL color Cylindrical-coordinate representation of color #B333C6: hue angle of 292.24º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B333C6 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17951198-
CMYK0.100.7400.22
HSL292.24º59.04%48.82%-
HSV(B)292.24º74.24%77.65%-
XYZ29.9716.0354.94-
YUV106.03179.91180.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=41.82%
G=11.92%
B=46.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179511980.100.7400.22292.2459.0448.82
HexB333C6A4A0161243b31
Octal26363306121120264447361
Binary101100111100111100011010101001010010110100100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333C6; }

 p { color: rgb(179,51,198); }

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

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

 a { background-color: rgb(179,51,198); }

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

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

 span { border-color: rgb(179,51,198); }

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