Html Css Color HEX #B332CE Dark Orchid

📋 copy color: '#B332CE'

red 179 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #B332CE

Tints of Dark Orchid #B332CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 41.15%
G = 11.49%
B = 47.36%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B332CE (or 0xB332CE) is known color: Dark Orchid. HEX triplet: B3, 32 and CE. RGB value is (179,50,206). Sum of RGB (Red+Green+Blue) = 179+50+206=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #B332CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332CE is #4CCD31. Grayscale: #696969. Windows color (decimal): -5033266 or 13513395. OLE color: 13513395.

HSL color Cylindrical-coordinate representation of color #B332CE: hue angle of 289.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B332CE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 50 206 -
CMYK 0.13 0.76 0 0.19
HSL 289.62º 0.61% 0.5% -
HSV(B) 289.62º 0.76% 0.81% -
XYZ 30.87 16.32 59.92 -
YUV 106.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 179 50 206 0.13 0.76 0 0.19 289.62 0.61 0.5
Hex B3 32 CE D 4C 0 13 122 3D 32
Octal 263 62 316 15 114 0 23 442 75 62
Binary 10110011 110010 11001110 1101 1001100 0 10011 100100010 111101 110010

Color Harmonies of #B332CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B332CE

Black with #B332CE

Text Example


Text Example

White with #B332CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B332CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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