Html Css Color HEX #B32CCE Dark Orchid

📋 copy color: '#B32CCE'

red 179 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #B32CCE

Tints of Dark Orchid #B32CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

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

R = 41.72%
G = 10.26%
B = 48.02%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B32CCE (or 0xB32CCE) is known color: Dark Orchid. HEX triplet: B3, 2C and CE. RGB value is (179,44,206). Sum of RGB (Red+Green+Blue) = 179+44+206=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #B32CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CCE is #4CD331. Grayscale: #666666. Windows color (decimal): -5034802 or 13511859. OLE color: 13511859.

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

Color convert

RGB 179 44 206 -
CMYK 0.13 0.79 0 0.19
HSL 290º 0.65% 0.49% -
HSV(B) 290º 0.79% 0.81% -
XYZ 30.63 15.84 59.84 -
YUV 102.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 179 44 206 0.13 0.79 0 0.19 290 0.65 0.49
Hex B3 2C CE D 4F 0 13 122 41 31
Octal 263 54 316 15 117 0 23 442 101 61
Binary 10110011 101100 11001110 1101 1001111 0 10011 100100010 1000001 110001

Color Harmonies of #B32CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CCE

Black with #B32CCE

Text Example


Text Example

White with #B32CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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