Html Css Color HEX #B32CB9 Dark Orchid

📋 copy color: '#B32CB9'

red 179 ◦ green 44 ◦ blue 185

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

Shades of Dark Orchid #B32CB9

Tints of Dark Orchid #B32CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 43.87%
G = 10.78%
B = 45.34%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B32CB9 (or 0xB32CB9) is known color: Dark Orchid. HEX triplet: B3, 2C and B9. RGB value is (179,44,185). Sum of RGB (Red+Green+Blue) = 179+44+185=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #B32CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CB9 is #4CD346. Grayscale: #646464. Windows color (decimal): -5034823 or 12135603. OLE color: 12135603.

HSL color Cylindrical-coordinate representation of color #B32CB9: hue angle of 297.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32CB9 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 44 185 -
CMYK 0.03 0.76 0 0.27
HSL 297.45º 0.62% 0.45% -
HSV(B) 297.45º 0.76% 0.73% -
XYZ 28.25 14.89 47.28 -
YUV 100.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 179 44 185 0.03 0.76 0 0.27 297.45 0.62 0.45
Hex B3 2C B9 3 4C 0 1B 129 3E 2D
Octal 263 54 271 3 114 0 33 451 76 55
Binary 10110011 101100 10111001 11 1001100 0 11011 100101001 111110 101101

Color Harmonies of #B32CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CB9

Black with #B32CB9

Text Example


Text Example

White with #B32CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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