Html Css Color HEX #BF06AF Deep Magenta

📋 copy color: '#BF06AF'

red 191 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #BF06AF

Tints of Deep Magenta #BF06AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

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

R = 51.34%
G = 1.61%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF06AF (or 0xBF06AF) is known color: Deep Magenta. HEX triplet: BF, 06 and AF. RGB value is (191,6,175). Sum of RGB (Red+Green+Blue) = 191+6+175=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF06AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF06AF is #40F950. Grayscale: #505050. Windows color (decimal): -4258129 or 11470527. OLE color: 11470527.

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

Color convert

RGB 191 6 175 -
CMYK 0 0.97 0.08 0.25
HSL 305.19º 0.94% 0.39% -
HSV(B) 305.19º 0.97% 0.75% -
XYZ 29.29 14.3 41.77 -
YUV 80.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 191 6 175 0 0.97 0.08 0.25 305.19 0.94 0.39
Hex BF 6 AF 0 61 8 19 131 5E 27
Octal 277 6 257 0 141 10 31 461 136 47
Binary 10111111 110 10101111 0 1100001 1000 11001 100110001 1011110 100111

Color Harmonies of #BF06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06AF

Black with #BF06AF

Text Example


Text Example

White with #BF06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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