Html Css Color HEX #B81BDD Deep Magenta

📋 copy color: '#B81BDD'

red 184 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #B81BDD

Tints of Deep Magenta #B81BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 42.59%
G = 6.25%
B = 51.16%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B81BDD (or 0xB81BDD) is known color: Deep Magenta. HEX triplet: B8, 1B and DD. RGB value is (184,27,221). Sum of RGB (Red+Green+Blue) = 184+27+221=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #B81BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81BDD is #47E422. Grayscale: #5F5F5F. Windows color (decimal): -4711459 or 14490552. OLE color: 14490552.

HSL color Cylindrical-coordinate representation of color #B81BDD: hue angle of 288.56º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81BDD is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 27 221 -
CMYK 0.17 0.88 0 0.13
HSL 288.56º 0.78% 0.49% -
HSV(B) 288.56º 0.88% 0.87% -
XYZ 33.21 16.19 69.78 -
YUV 96.06 198.51 190.73 -
System Red Green Blue C M Y K H S L
Decimal 184 27 221 0.17 0.88 0 0.13 288.56 0.78 0.49
Hex B8 1B DD 11 58 0 D 121 4E 31
Octal 270 33 335 21 130 0 15 441 116 61
Binary 10111000 11011 11011101 10001 1011000 0 1101 100100001 1001110 110001

Color Harmonies of #B81BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81BDD

Black with #B81BDD

Text Example


Text Example

White with #B81BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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