Html Css Color HEX #B52ADB Dark Orchid

📋 copy color: '#B52ADB'

red 181 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #B52ADB

Tints of Dark Orchid #B52ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 40.95%
G = 9.5%
B = 49.55%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B52ADB (or 0xB52ADB) is known color: Dark Orchid. HEX triplet: B5, 2A and DB. RGB value is (181,42,219). Sum of RGB (Red+Green+Blue) = 181+42+219=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #B52ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ADB is #4AD524. Grayscale: #676767. Windows color (decimal): -4904229 or 14363317. OLE color: 14363317.

HSL color Cylindrical-coordinate representation of color #B52ADB: hue angle of 287.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52ADB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 42 219 -
CMYK 0.17 0.81 0 0.14
HSL 287.12º 0.71% 0.51% -
HSV(B) 287.12º 0.81% 0.86% -
XYZ 32.67 16.59 68.5 -
YUV 103.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 181 42 219 0.17 0.81 0 0.14 287.12 0.71 0.51
Hex B5 2A DB 11 51 0 E 11F 47 33
Octal 265 52 333 21 121 0 16 437 107 63
Binary 10110101 101010 11011011 10001 1010001 0 1110 100011111 1000111 110011

Color Harmonies of #B52ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52ADB

Black with #B52ADB

Text Example


Text Example

White with #B52ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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