#B333CC

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

Shades of Dark Orchid #B333CC

Tints of Dark Orchid #B333CC

Color information

#B333CC (or 0xB333CC) is unknown color: approx Dark Orchid. HEX triplet: B3, 33 and CC. RGB value is (179,51,204). Sum of RGB (Red+Green+Blue) = 179+51+204=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #B333CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333CC is #4CCC33. Grayscale: #6A6A6A. Windows color (decimal): -5033012 or 13382579. OLE color: 13382579.

HSL color Cylindrical-coordinate representation of color #B333CC: hue angle of 290.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B333CC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17951204-
CMYK0.120.7500.2
HSL290.2º60%50%-
HSV(B)290.2º75%80%-
XYZ30.6716.3158.66-
YUV106.71182.91179.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 51 (20.31% from 255) = 11.75%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=41.24%
G=11.75%
B=47.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179512040.120.7500.2290.26050
HexB333CCC4B0141223c32
Octal26363314141130244427462
Binary101100111100111100110011001001011010100100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333CC; }

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

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

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

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

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

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

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

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