Html Css Color HEX #B32AC9 Dark Orchid

📋 copy color: '#B32AC9'

red 179 ◦ green 42 ◦ blue 201

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

Shades of Dark Orchid #B32AC9

Tints of Dark Orchid #B32AC9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.95%

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 42.42%
G = 9.95%
B = 47.63%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B32AC9 (or 0xB32AC9) is known color: Dark Orchid. HEX triplet: B3, 2A and C9. RGB value is (179,42,201). Sum of RGB (Red+Green+Blue) = 179+42+201=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #B32AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32AC9 is #4CD536. Grayscale: #646464. Windows color (decimal): -5035319 or 13183667. OLE color: 13183667.

HSL color Cylindrical-coordinate representation of color #B32AC9: hue angle of 291.7º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32AC9 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 42 201 -
CMYK 0.11 0.79 0 0.21
HSL 291.7º 0.65% 0.48% -
HSV(B) 291.7º 0.79% 0.79% -
XYZ 29.96 15.46 56.66 -
YUV 101.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 179 42 201 0.11 0.79 0 0.21 291.7 0.65 0.48
Hex B3 2A C9 B 4F 0 15 124 41 30
Octal 263 52 311 13 117 0 25 444 101 60
Binary 10110011 101010 11001001 1011 1001111 0 10101 100100100 1000001 110000

Color Harmonies of #B32AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32AC9

Black with #B32AC9

Text Example


Text Example

White with #B32AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32AC9; }

 p { color: rgb(179,42,201); }

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

background-color css

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

 a { background-color: rgb(179,42,201); }

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

border-color css

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

 span { border-color: rgb(179,42,201); }

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