Html Css Color HEX #B81BDA Deep Magenta

📋 copy color: '#B81BDA'

red 184 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #B81BDA

Tints of Deep Magenta #B81BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.29%

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

R = 42.89%
G = 6.29%
B = 50.82%

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

#B81BDA (or 0xB81BDA) is known color: Deep Magenta. HEX triplet: B8, 1B and DA. RGB value is (184,27,218). Sum of RGB (Red+Green+Blue) = 184+27+218=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #B81BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81BDA is #47E425. Grayscale: #5F5F5F. Windows color (decimal): -4711462 or 14293944. OLE color: 14293944.

HSL color Cylindrical-coordinate representation of color #B81BDA: hue angle of 289.32º degrees, saturation: 0.78, 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 #B81BDA is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 27 218 -
CMYK 0.16 0.88 0 0.15
HSL 289.32º 0.78% 0.48% -
HSV(B) 289.32º 0.88% 0.85% -
XYZ 32.81 16.04 67.7 -
YUV 95.72 197.01 190.97 -
System Red Green Blue C M Y K H S L
Decimal 184 27 218 0.16 0.88 0 0.15 289.32 0.78 0.48
Hex B8 1B DA 10 58 0 F 121 4E 30
Octal 270 33 332 20 130 0 17 441 116 60
Binary 10111000 11011 11011010 10000 1011000 0 1111 100100001 1001110 110000

Color Harmonies of #B81BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81BDA

Black with #B81BDA

Text Example


Text Example

White with #B81BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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