Html Css Color HEX #B81ADB Deep Magenta

📋 copy color: '#B81ADB'

red 184 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #B81ADB

Tints of Deep Magenta #B81ADB

RGB

 RED value IS 184 (72.27% from 255) = 42.89%

 GREEN value IS 26 (10.55% from 255) = 6.06%

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

R = 42.89%
G = 6.06%
B = 51.05%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B81ADB (or 0xB81ADB) is known color: Deep Magenta. HEX triplet: B8, 1A and DB. RGB value is (184,26,219). Sum of RGB (Red+Green+Blue) = 184+26+219=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B81ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ADB is #47E524. Grayscale: #5E5E5E. Windows color (decimal): -4711717 or 14359224. OLE color: 14359224.

HSL color Cylindrical-coordinate representation of color #B81ADB: hue angle of 289.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81ADB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 26 219 -
CMYK 0.16 0.88 0 0.14
HSL 289.12º 0.79% 0.48% -
HSV(B) 289.12º 0.88% 0.86% -
XYZ 32.92 16.04 68.38 -
YUV 95.24 197.85 191.31 -
System Red Green Blue C M Y K H S L
Decimal 184 26 219 0.16 0.88 0 0.14 289.12 0.79 0.48
Hex B8 1A DB 10 58 0 E 121 4F 30
Octal 270 32 333 20 130 0 16 441 117 60
Binary 10111000 11010 11011011 10000 1011000 0 1110 100100001 1001111 110000

Color Harmonies of #B81ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81ADB

Black with #B81ADB

Text Example


Text Example

White with #B81ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81ADB; }

 p { color: rgb(184,26,219); }

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

background-color css

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

 a { background-color: rgb(184,26,219); }

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

border-color css

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

 span { border-color: rgb(184,26,219); }

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