Html Css Color HEX #B52ACD Dark Orchid

📋 copy color: '#B52ACD'

red 181 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #B52ACD

Tints of Dark Orchid #B52ACD

RGB

 RED value IS 181 (71.09% from 255) = 42.29%

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

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

R = 42.29%
G = 9.81%
B = 47.9%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B52ACD (or 0xB52ACD) is known color: Dark Orchid. HEX triplet: B5, 2A and CD. RGB value is (181,42,205). Sum of RGB (Red+Green+Blue) = 181+42+205=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #B52ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ACD is #4AD532. Grayscale: #656565. Windows color (decimal): -4904243 or 13445813. OLE color: 13445813.

HSL color Cylindrical-coordinate representation of color #B52ACD: hue angle of 291.17º 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 #B52ACD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 42 205 -
CMYK 0.12 0.80 0 0.20
HSL 291.17º 0.66% 0.48% -
HSV(B) 291.17º 0.8% 0.8% -
XYZ 30.9 15.89 59.2 -
YUV 102.14 186.05 184.25 -
System Red Green Blue C M Y K H S L
Decimal 181 42 205 0.12 0.80 0 0.20 291.17 0.66 0.48
Hex B5 2A CD C 50 0 14 123 42 30
Octal 265 52 315 14 120 0 24 443 102 60
Binary 10110101 101010 11001101 1100 1010000 0 10100 100100011 1000010 110000

Color Harmonies of #B52ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52ACD

Black with #B52ACD

Text Example


Text Example

White with #B52ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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