Html Css Color HEX #BF00AF Deep Magenta

📋 copy color: '#BF00AF'

red 191 ◦ green 0 ◦ blue 175

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

Shades of Deep Magenta #BF00AF

Tints of Deep Magenta #BF00AF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 52.19%
G = 0%
B = 47.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF00AF (or 0xBF00AF) is known color: Deep Magenta. HEX triplet: BF, 00 and AF. RGB value is (191,0,175). Sum of RGB (Red+Green+Blue) = 191+0+175=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00AF is #40FF50. Grayscale: #4C4C4C. Windows color (decimal): -4259665 or 11468991. OLE color: 11468991.

HSL color Cylindrical-coordinate representation of color #BF00AF: hue angle of 305.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00AF is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 175 -
CMYK 0 1 0.08 0.25
HSL 305.03º 1% 0.37% -
HSV(B) 305.03º 1% 0.75% -
XYZ 29.22 14.17 41.75 -
YUV 77.06 183.28 209.27 -
System Red Green Blue C M Y K H S L
Decimal 191 0 175 0 1 0.08 0.25 305.03 1 0.37
Hex BF 0 AF 0 64 8 19 131 64 25
Octal 277 0 257 0 144 10 31 461 144 45
Binary 10111111 0 10101111 0 1100100 1000 11001 100110001 1100100 100101

Color Harmonies of #BF00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00AF

Black with #BF00AF

Text Example


Text Example

White with #BF00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00AF; }

 p { color: rgb(191,0,175); }

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

background-color css

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

 a { background-color: rgb(191,0,175); }

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

border-color css

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

 span { border-color: rgb(191,0,175); }

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