Html Css Color HEX #B333CB Dark Orchid

📋 copy color: '#B333CB'

red 179 ◦ green 51 ◦ blue 203

#B333CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B333CB

Tints of Dark Orchid #B333CB

RGB

 RED value IS 179 (70.31% from 255) = 41.34%

 GREEN value IS 51 (20.31% from 255) = 11.78%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 41.34%
G = 11.78%
B = 46.88%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B333CB (or 0xB333CB) is known color: Dark Orchid. HEX triplet: B3, 33 and CB. RGB value is (179,51,203). Sum of RGB (Red+Green+Blue) = 179+51+203=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B333CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333CB is #4CCC34. Grayscale: #6A6A6A. Windows color (decimal): -5033013 or 13317043. OLE color: 13317043.

HSL color Cylindrical-coordinate representation of color #B333CB: hue angle of 290.53º 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 #B333CB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 51 203 -
CMYK 0.12 0.75 0 0.20
HSL 290.53º 0.6% 0.5% -
HSV(B) 290.53º 0.75% 0.8% -
XYZ 30.55 16.26 58.03 -
YUV 106.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 179 51 203 0.12 0.75 0 0.20 290.53 0.6 0.5
Hex B3 33 CB C 4B 0 14 123 3C 32
Octal 263 63 313 14 113 0 24 443 74 62
Binary 10110011 110011 11001011 1100 1001011 0 10100 100100011 111100 110010

Color Harmonies of #B333CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333CB

Black with #B333CB

Text Example


Text Example

White with #B333CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333CB; }

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

 H1.HeaderClassName
 {
   color: #B333CB;
 }
 .AnyTagClassName
 {
   color: #B333CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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