Html Css Color HEX #B52DCB Dark Orchid

📋 copy color: '#B52DCB'

red 181 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #B52DCB

Tints of Dark Orchid #B52DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 42.19%
G = 10.49%
B = 47.32%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B52DCB (or 0xB52DCB) is known color: Dark Orchid. HEX triplet: B5, 2D and CB. RGB value is (181,45,203). Sum of RGB (Red+Green+Blue) = 181+45+203=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #B52DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DCB is #4AD234. Grayscale: #676767. Windows color (decimal): -4903477 or 13315509. OLE color: 13315509.

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

Color convert

RGB 181 45 203 -
CMYK 0.11 0.78 0 0.20
HSL 291.65º 0.64% 0.49% -
HSV(B) 291.65º 0.78% 0.8% -
XYZ 30.77 16.01 57.97 -
YUV 103.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 181 45 203 0.11 0.78 0 0.20 291.65 0.64 0.49
Hex B5 2D CB B 4E 0 14 124 40 31
Octal 265 55 313 13 116 0 24 444 100 61
Binary 10110101 101101 11001011 1011 1001110 0 10100 100100100 1000000 110001

Color Harmonies of #B52DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DCB

Black with #B52DCB

Text Example


Text Example

White with #B52DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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