Html Css Color HEX #BF0AAB Deep Magenta

📋 copy color: '#BF0AAB'

red 191 ◦ green 10 ◦ blue 171

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

Shades of Deep Magenta #BF0AAB

Tints of Deep Magenta #BF0AAB

RGB

 RED value IS 191 (75% from 255) = 51.34%

 GREEN value IS 10 (4.3% from 255) = 2.69%

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

R = 51.34%
G = 2.69%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF0AAB (or 0xBF0AAB) is known color: Deep Magenta. HEX triplet: BF, 0A and AB. RGB value is (191,10,171). Sum of RGB (Red+Green+Blue) = 191+10+171=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0AAB is #40F554. Grayscale: #525252. Windows color (decimal): -4257109 or 11209407. OLE color: 11209407.

HSL color Cylindrical-coordinate representation of color #BF0AAB: hue angle of 306.63º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0AAB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 10 171 -
CMYK 0 0.95 0.10 0.25
HSL 306.63º 0.9% 0.39% -
HSV(B) 306.63º 0.95% 0.75% -
XYZ 28.95 14.23 39.75 -
YUV 82.47 177.97 205.41 -
System Red Green Blue C M Y K H S L
Decimal 191 10 171 0 0.95 0.10 0.25 306.63 0.9 0.39
Hex BF A AB 0 5F A 19 133 5A 27
Octal 277 12 253 0 137 12 31 463 132 47
Binary 10111111 1010 10101011 0 1011111 1010 11001 100110011 1011010 100111

Color Harmonies of #BF0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0AAB

Black with #BF0AAB

Text Example


Text Example

White with #BF0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0AAB; }

 p { color: rgb(191,10,171); }

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

background-color css

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

 a { background-color: rgb(191,10,171); }

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

border-color css

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

 span { border-color: rgb(191,10,171); }

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