Html Css Color HEX #B32DCE Dark Orchid

📋 copy color: '#B32DCE'

red 179 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #B32DCE

Tints of Dark Orchid #B32DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

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

R = 41.63%
G = 10.47%
B = 47.91%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B32DCE (or 0xB32DCE) is known color: Dark Orchid. HEX triplet: B3, 2D and CE. RGB value is (179,45,206). Sum of RGB (Red+Green+Blue) = 179+45+206=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #B32DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DCE is #4CD231. Grayscale: #666666. Windows color (decimal): -5034546 or 13512115. OLE color: 13512115.

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

Color convert

RGB 179 45 206 -
CMYK 0.13 0.78 0 0.19
HSL 289.94º 0.64% 0.49% -
HSV(B) 289.94º 0.78% 0.81% -
XYZ 30.67 15.92 59.85 -
YUV 103.42 185.89 181.91 -
System Red Green Blue C M Y K H S L
Decimal 179 45 206 0.13 0.78 0 0.19 289.94 0.64 0.49
Hex B3 2D CE D 4E 0 13 122 40 31
Octal 263 55 316 15 116 0 23 442 100 61
Binary 10110011 101101 11001110 1101 1001110 0 10011 100100010 1000000 110001

Color Harmonies of #B32DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DCE

Black with #B32DCE

Text Example


Text Example

White with #B32DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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