Html Css Color HEX #B81ABB Deep Magenta

📋 copy color: '#B81ABB'

red 184 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #B81ABB

Tints of Deep Magenta #B81ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 46.35%
G = 6.55%
B = 47.1%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B81ABB (or 0xB81ABB) is known color: Deep Magenta. HEX triplet: B8, 1A and BB. RGB value is (184,26,187). Sum of RGB (Red+Green+Blue) = 184+26+187=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #B81ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ABB is #47E544. Grayscale: #5B5B5B. Windows color (decimal): -4711749 or 12262072. OLE color: 12262072.

HSL color Cylindrical-coordinate representation of color #B81ABB: hue angle of 298.88º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81ABB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 26 187 -
CMYK 0.02 0.86 0 0.27
HSL 298.88º 0.76% 0.42% -
HSV(B) 298.88º 0.86% 0.73% -
XYZ 29.11 14.52 48.28 -
YUV 91.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 184 26 187 0.02 0.86 0 0.27 298.88 0.76 0.42
Hex B8 1A BB 2 56 0 1B 12B 4C 2A
Octal 270 32 273 2 126 0 33 453 114 52
Binary 10111000 11010 10111011 10 1010110 0 11011 100101011 1001100 101010

Color Harmonies of #B81ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81ABB

Black with #B81ABB

Text Example


Text Example

White with #B81ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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