Html Css Color HEX #B81ABA Deep Magenta

📋 copy color: '#B81ABA'

red 184 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #B81ABA

Tints of Deep Magenta #B81ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 46.46%
G = 6.57%
B = 46.97%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B81ABA (or 0xB81ABA) is known color: Deep Magenta. HEX triplet: B8, 1A and BA. RGB value is (184,26,186). Sum of RGB (Red+Green+Blue) = 184+26+186=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #B81ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ABA is #47E545. Grayscale: #5B5B5B. Windows color (decimal): -4711750 or 12196536. OLE color: 12196536.

HSL color Cylindrical-coordinate representation of color #B81ABA: hue angle of 299.25º degrees, saturation: 0.75, 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 #B81ABA is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 26 186 -
CMYK 0.01 0.86 0 0.27
HSL 299.25º 0.75% 0.42% -
HSV(B) 299.25º 0.86% 0.73% -
XYZ 29 14.47 47.72 -
YUV 91.48 181.35 193.99 -
System Red Green Blue C M Y K H S L
Decimal 184 26 186 0.01 0.86 0 0.27 299.25 0.75 0.42
Hex B8 1A BA 1 56 0 1B 12B 4B 2A
Octal 270 32 272 1 126 0 33 453 113 52
Binary 10111000 11010 10111010 1 1010110 0 11011 100101011 1001011 101010

Color Harmonies of #B81ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81ABA

Black with #B81ABA

Text Example


Text Example

White with #B81ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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