Html Css Color HEX #B332CB Dark Orchid

📋 copy color: '#B332CB'

red 179 ◦ green 50 ◦ blue 203

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

Shades of Dark Orchid #B332CB

Tints of Dark Orchid #B332CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.57%

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

R = 41.44%
G = 11.57%
B = 46.99%

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

#B332CB (or 0xB332CB) is known color: Dark Orchid. HEX triplet: B3, 32 and CB. RGB value is (179,50,203). Sum of RGB (Red+Green+Blue) = 179+50+203=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #B332CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332CB is #4CCD34. Grayscale: #696969. Windows color (decimal): -5033269 or 13316787. OLE color: 13316787.

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

Color convert

RGB 179 50 203 -
CMYK 0.12 0.75 0 0.20
HSL 290.59º 0.6% 0.5% -
HSV(B) 290.59º 0.75% 0.8% -
XYZ 30.51 16.18 58.01 -
YUV 106.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 179 50 203 0.12 0.75 0 0.20 290.59 0.6 0.5
Hex B3 32 CB C 4B 0 14 123 3C 32
Octal 263 62 313 14 113 0 24 443 74 62
Binary 10110011 110010 11001011 1100 1001011 0 10100 100100011 111100 110010

Color Harmonies of #B332CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B332CB

Black with #B332CB

Text Example


Text Example

White with #B332CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B332CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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