Html Css Color HEX #B72ACE Dark Orchid

📋 copy color: '#B72ACE'

red 183 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #B72ACE

Tints of Dark Orchid #B72ACE

RGB

 RED value IS 183 (71.88% from 255) = 42.46%

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

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

R = 42.46%
G = 9.74%
B = 47.8%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B72ACE (or 0xB72ACE) is known color: Dark Orchid. HEX triplet: B7, 2A and CE. RGB value is (183,42,206). Sum of RGB (Red+Green+Blue) = 183+42+206=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #B72ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ACE is #48D531. Grayscale: #666666. Windows color (decimal): -4773170 or 13511351. OLE color: 13511351.

HSL color Cylindrical-coordinate representation of color #B72ACE: hue angle of 291.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72ACE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 42 206 -
CMYK 0.11 0.80 0 0.19
HSL 291.59º 0.66% 0.49% -
HSV(B) 291.59º 0.8% 0.81% -
XYZ 31.5 16.18 59.86 -
YUV 102.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 183 42 206 0.11 0.80 0 0.19 291.59 0.66 0.49
Hex B7 2A CE B 50 0 13 124 42 31
Octal 267 52 316 13 120 0 23 444 102 61
Binary 10110111 101010 11001110 1011 1010000 0 10011 100100100 1000010 110001

Color Harmonies of #B72ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ACE

Black with #B72ACE

Text Example


Text Example

White with #B72ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72ACE; }

 p { color: rgb(183,42,206); }

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

background-color css

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

 a { background-color: rgb(183,42,206); }

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

border-color css

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

 span { border-color: rgb(183,42,206); }

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