Html Css Color HEX #B52DCD Dark Orchid

📋 copy color: '#B52DCD'

red 181 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #B52DCD

Tints of Dark Orchid #B52DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.44%

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

R = 42%
G = 10.44%
B = 47.56%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B52DCD (or 0xB52DCD) is known color: Dark Orchid. HEX triplet: B5, 2D and CD. RGB value is (181,45,205). Sum of RGB (Red+Green+Blue) = 181+45+205=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #B52DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DCD is #4AD232. Grayscale: #676767. Windows color (decimal): -4903475 or 13446581. OLE color: 13446581.

HSL color Cylindrical-coordinate representation of color #B52DCD: hue angle of 291º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52DCD is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 45 205 -
CMYK 0.12 0.78 0 0.20
HSL 291º 0.64% 0.49% -
HSV(B) 291º 0.78% 0.8% -
XYZ 31.01 16.11 59.23 -
YUV 103.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 181 45 205 0.12 0.78 0 0.20 291 0.64 0.49
Hex B5 2D CD C 4E 0 14 123 40 31
Octal 265 55 315 14 116 0 24 443 100 61
Binary 10110101 101101 11001101 1100 1001110 0 10100 100100011 1000000 110001

Color Harmonies of #B52DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DCD

Black with #B52DCD

Text Example


Text Example

White with #B52DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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