Html Css Color HEX #BF06A6 Medium Violet Red

📋 copy color: '#BF06A6'

red 191 ◦ green 6 ◦ blue 166

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

Shades of Medium Violet Red #BF06A6

Tints of Medium Violet Red #BF06A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 52.62%
G = 1.65%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF06A6 (or 0xBF06A6) is known color: Medium Violet Red. HEX triplet: BF, 06 and A6. RGB value is (191,6,166). Sum of RGB (Red+Green+Blue) = 191+6+166=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF06A6 is #40F959. Grayscale: #4F4F4F. Windows color (decimal): -4258138 or 10880703. OLE color: 10880703.

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

Color convert

RGB 191 6 166 -
CMYK 0 0.97 0.13 0.25
HSL 308.11º 0.94% 0.39% -
HSV(B) 308.11º 0.97% 0.75% -
XYZ 28.43 13.96 37.27 -
YUV 79.56 176.79 207.49 -
System Red Green Blue C M Y K H S L
Decimal 191 6 166 0 0.97 0.13 0.25 308.11 0.94 0.39
Hex BF 6 A6 0 61 D 19 134 5E 27
Octal 277 6 246 0 141 15 31 464 136 47
Binary 10111111 110 10100110 0 1100001 1101 11001 100110100 1011110 100111

Color Harmonies of #BF06A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06A6

Black with #BF06A6

Text Example


Text Example

White with #BF06A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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