Html Css Color HEX #B815AB Deep Magenta

📋 copy color: '#B815AB'

red 184 ◦ green 21 ◦ blue 171

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

Shades of Deep Magenta #B815AB

Tints of Deep Magenta #B815AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.59%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 48.94%
G = 5.59%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B815AB (or 0xB815AB) is known color: Deep Magenta. HEX triplet: B8, 15 and AB. RGB value is (184,21,171). Sum of RGB (Red+Green+Blue) = 184+21+171=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B815AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B815AB is #47EA54. Grayscale: #565656. Windows color (decimal): -4713045 or 11212216. OLE color: 11212216.

HSL color Cylindrical-coordinate representation of color #B815AB: hue angle of 304.79º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B815AB is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 21 171 -
CMYK 0 0.89 0.07 0.28
HSL 304.79º 0.8% 0.4% -
HSV(B) 304.79º 0.89% 0.72% -
XYZ 27.39 13.67 39.72 -
YUV 86.84 175.5 197.3 -
System Red Green Blue C M Y K H S L
Decimal 184 21 171 0 0.89 0.07 0.28 304.79 0.8 0.4
Hex B8 15 AB 0 59 7 1C 131 50 28
Octal 270 25 253 0 131 7 34 461 120 50
Binary 10111000 10101 10101011 0 1011001 111 11100 100110001 1010000 101000

Color Harmonies of #B815AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815AB

Black with #B815AB

Text Example


Text Example

White with #B815AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815AB; }

 p { color: rgb(184,21,171); }

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

background-color css

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

 a { background-color: rgb(184,21,171); }

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

border-color css

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

 span { border-color: rgb(184,21,171); }

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