Html Css Color HEX #B72ACD Dark Orchid

📋 copy color: '#B72ACD'

red 183 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #B72ACD

Tints of Dark Orchid #B72ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 42.56%
G = 9.77%
B = 47.67%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B72ACD (or 0xB72ACD) is known color: Dark Orchid. HEX triplet: B7, 2A and CD. RGB value is (183,42,205). Sum of RGB (Red+Green+Blue) = 183+42+205=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #B72ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ACD is #48D532. Grayscale: #666666. Windows color (decimal): -4773171 or 13445815. OLE color: 13445815.

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

Color convert

RGB 183 42 205 -
CMYK 0.11 0.80 0 0.20
HSL 291.9º 0.66% 0.48% -
HSV(B) 291.9º 0.8% 0.8% -
XYZ 31.38 16.13 59.22 -
YUV 102.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 183 42 205 0.11 0.80 0 0.20 291.9 0.66 0.48
Hex B7 2A CD B 50 0 14 124 42 30
Octal 267 52 315 13 120 0 24 444 102 60
Binary 10110111 101010 11001101 1011 1010000 0 10100 100100100 1000010 110000

Color Harmonies of #B72ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ACD

Black with #B72ACD

Text Example


Text Example

White with #B72ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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