Html Css Color HEX #BF08AB Deep Magenta

📋 copy color: '#BF08AB'

red 191 ◦ green 8 ◦ blue 171

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

Shades of Deep Magenta #BF08AB

Tints of Deep Magenta #BF08AB

RGB

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

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

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

R = 51.62%
G = 2.16%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF08AB (or 0xBF08AB) is known color: Deep Magenta. HEX triplet: BF, 08 and AB. RGB value is (191,8,171). Sum of RGB (Red+Green+Blue) = 191+8+171=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF08AB is #40F754. Grayscale: #505050. Windows color (decimal): -4257621 or 11208895. OLE color: 11208895.

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

Color convert

RGB 191 8 171 -
CMYK 0 0.96 0.10 0.25
HSL 306.56º 0.92% 0.39% -
HSV(B) 306.56º 0.96% 0.75% -
XYZ 28.92 14.19 39.74 -
YUV 81.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 191 8 171 0 0.96 0.10 0.25 306.56 0.92 0.39
Hex BF 8 AB 0 60 A 19 133 5C 27
Octal 277 10 253 0 140 12 31 463 134 47
Binary 10111111 1000 10101011 0 1100000 1010 11001 100110011 1011100 100111

Color Harmonies of #BF08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08AB

Black with #BF08AB

Text Example


Text Example

White with #BF08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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