Html Css Color HEX #BF06A8 Deep Magenta

📋 copy color: '#BF06A8'

red 191 ◦ green 6 ◦ blue 168

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

Shades of Deep Magenta #BF06A8

Tints of Deep Magenta #BF06A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.03%

R = 52.33%
G = 1.64%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF06A8 (or 0xBF06A8) is known color: Deep Magenta. HEX triplet: BF, 06 and A8. RGB value is (191,6,168). Sum of RGB (Red+Green+Blue) = 191+6+168=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF06A8 is #40F957. Grayscale: #4F4F4F. Windows color (decimal): -4258136 or 11011775. OLE color: 11011775.

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

Color convert

RGB 191 6 168 -
CMYK 0 0.97 0.12 0.25
HSL 307.46º 0.94% 0.39% -
HSV(B) 307.46º 0.97% 0.75% -
XYZ 28.62 14.03 38.25 -
YUV 79.78 177.79 207.33 -
System Red Green Blue C M Y K H S L
Decimal 191 6 168 0 0.97 0.12 0.25 307.46 0.94 0.39
Hex BF 6 A8 0 61 C 19 133 5E 27
Octal 277 6 250 0 141 14 31 463 136 47
Binary 10111111 110 10101000 0 1100001 1100 11001 100110011 1011110 100111

Color Harmonies of #BF06A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06A8

Black with #BF06A8

Text Example


Text Example

White with #BF06A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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