Html Css Color HEX #BF06A0 Medium Violet Red

📋 copy color: '#BF06A0'

red 191 ◦ green 6 ◦ blue 160

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

Shades of Medium Violet Red #BF06A0

Tints of Medium Violet Red #BF06A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 53.5%
G = 1.68%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF06A0 (or 0xBF06A0) is known color: Medium Violet Red. HEX triplet: BF, 06 and A0. RGB value is (191,6,160). Sum of RGB (Red+Green+Blue) = 191+6+160=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF06A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF06A0 is #40F95F. Grayscale: #4E4E4E. Windows color (decimal): -4258144 or 10487487. OLE color: 10487487.

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

Color convert

RGB 191 6 160 -
CMYK 0 0.97 0.16 0.25
HSL 310.05º 0.94% 0.39% -
HSV(B) 310.05º 0.97% 0.75% -
XYZ 27.9 13.74 34.44 -
YUV 78.87 173.79 207.98 -
System Red Green Blue C M Y K H S L
Decimal 191 6 160 0 0.97 0.16 0.25 310.05 0.94 0.39
Hex BF 6 A0 0 61 10 19 136 5E 27
Octal 277 6 240 0 141 20 31 466 136 47
Binary 10111111 110 10100000 0 1100001 10000 11001 100110110 1011110 100111

Color Harmonies of #BF06A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06A0

Black with #BF06A0

Text Example


Text Example

White with #BF06A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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