Html Css Color HEX #B32CCC Dark Orchid

📋 copy color: '#B32CCC'

red 179 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #B32CCC

Tints of Dark Orchid #B32CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 41.92%
G = 10.3%
B = 47.78%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B32CCC (or 0xB32CCC) is known color: Dark Orchid. HEX triplet: B3, 2C and CC. RGB value is (179,44,204). Sum of RGB (Red+Green+Blue) = 179+44+204=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #B32CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CCC is #4CD333. Grayscale: #666666. Windows color (decimal): -5034804 or 13380787. OLE color: 13380787.

HSL color Cylindrical-coordinate representation of color #B32CCC: hue angle of 290.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32CCC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 44 204 -
CMYK 0.12 0.78 0 0.2
HSL 290.63º 0.65% 0.49% -
HSV(B) 290.63º 0.78% 0.8% -
XYZ 30.39 15.74 58.56 -
YUV 102.61 185.23 182.49 -
System Red Green Blue C M Y K H S L
Decimal 179 44 204 0.12 0.78 0 0.2 290.63 0.65 0.49
Hex B3 2C CC C 4E 0 14 123 41 31
Octal 263 54 314 14 116 0 24 443 101 61
Binary 10110011 101100 11001100 1100 1001110 0 10100 100100011 1000001 110001

Color Harmonies of #B32CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CCC

Black with #B32CCC

Text Example


Text Example

White with #B32CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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