Html Css Color HEX #BF08AA Deep Magenta

📋 copy color: '#BF08AA'

red 191 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #BF08AA

Tints of Deep Magenta #BF08AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.17%

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

R = 51.76%
G = 2.17%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF08AA (or 0xBF08AA) is known color: Deep Magenta. HEX triplet: BF, 08 and AA. RGB value is (191,8,170). Sum of RGB (Red+Green+Blue) = 191+8+170=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF08AA is #40F755. Grayscale: #505050. Windows color (decimal): -4257622 or 11143359. OLE color: 11143359.

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

Color convert

RGB 191 8 170 -
CMYK 0 0.96 0.11 0.25
HSL 306.89º 0.92% 0.39% -
HSV(B) 306.89º 0.96% 0.75% -
XYZ 28.83 14.15 39.24 -
YUV 81.19 178.13 206.33 -
System Red Green Blue C M Y K H S L
Decimal 191 8 170 0 0.96 0.11 0.25 306.89 0.92 0.39
Hex BF 8 AA 0 60 B 19 133 5C 27
Octal 277 10 252 0 140 13 31 463 134 47
Binary 10111111 1000 10101010 0 1100000 1011 11001 100110011 1011100 100111

Color Harmonies of #BF08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08AA

Black with #BF08AA

Text Example


Text Example

White with #BF08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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