Html Css Color HEX #B81ADA Deep Magenta

📋 copy color: '#B81ADA'

red 184 ◦ green 26 ◦ blue 218

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

Shades of Deep Magenta #B81ADA

Tints of Deep Magenta #B81ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 42.99%
G = 6.07%
B = 50.93%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B81ADA (or 0xB81ADA) is known color: Deep Magenta. HEX triplet: B8, 1A and DA. RGB value is (184,26,218). Sum of RGB (Red+Green+Blue) = 184+26+218=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B81ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ADA is #47E525. Grayscale: #5E5E5E. Windows color (decimal): -4711718 or 14293688. OLE color: 14293688.

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

Color convert

RGB 184 26 218 -
CMYK 0.16 0.88 0 0.15
HSL 289.38º 0.79% 0.48% -
HSV(B) 289.38º 0.88% 0.85% -
XYZ 32.79 15.99 67.69 -
YUV 95.13 197.35 191.39 -
System Red Green Blue C M Y K H S L
Decimal 184 26 218 0.16 0.88 0 0.15 289.38 0.79 0.48
Hex B8 1A DA 10 58 0 F 121 4F 30
Octal 270 32 332 20 130 0 17 441 117 60
Binary 10111000 11010 11011010 10000 1011000 0 1111 100100001 1001111 110000

Color Harmonies of #B81ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81ADA

Black with #B81ADA

Text Example


Text Example

White with #B81ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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