Html Css Color HEX #BF0AAA Deep Magenta

📋 copy color: '#BF0AAA'

red 191 ◦ green 10 ◦ blue 170

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

Shades of Deep Magenta #BF0AAA

Tints of Deep Magenta #BF0AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 51.48%
G = 2.7%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF0AAA (or 0xBF0AAA) is known color: Deep Magenta. HEX triplet: BF, 0A and AA. RGB value is (191,10,170). Sum of RGB (Red+Green+Blue) = 191+10+170=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0AAA is #40F555. Grayscale: #515151. Windows color (decimal): -4257110 or 11143871. OLE color: 11143871.

HSL color Cylindrical-coordinate representation of color #BF0AAA: hue angle of 306.96º 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 #BF0AAA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 10 170 -
CMYK 0 0.95 0.11 0.25
HSL 306.96º 0.9% 0.39% -
HSV(B) 306.96º 0.95% 0.75% -
XYZ 28.85 14.2 39.25 -
YUV 82.36 177.47 205.49 -
System Red Green Blue C M Y K H S L
Decimal 191 10 170 0 0.95 0.11 0.25 306.96 0.9 0.39
Hex BF A AA 0 5F B 19 133 5A 27
Octal 277 12 252 0 137 13 31 463 132 47
Binary 10111111 1010 10101010 0 1011111 1011 11001 100110011 1011010 100111

Color Harmonies of #BF0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0AAA

Black with #BF0AAA

Text Example


Text Example

White with #BF0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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