Html Css Color HEX #BF0686 Medium Violet Red

📋 copy color: '#BF0686'

red 191 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #BF0686

Tints of Medium Violet Red #BF0686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 57.7%
G = 1.81%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF0686 (or 0xBF0686) is known color: Medium Violet Red. HEX triplet: BF, 06 and 86. RGB value is (191,6,134). Sum of RGB (Red+Green+Blue) = 191+6+134=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0686 is #40F979. Grayscale: #4B4B4B. Windows color (decimal): -4258170 or 8783551. OLE color: 8783551.

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

Color convert

RGB 191 6 134 -
CMYK 0 0.97 0.30 0.25
HSL 318.49º 0.94% 0.39% -
HSV(B) 318.49º 0.97% 0.75% -
XYZ 25.85 12.93 23.69 -
YUV 75.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 191 6 134 0 0.97 0.30 0.25 318.49 0.94 0.39
Hex BF 6 86 0 61 1E 19 13E 5E 27
Octal 277 6 206 0 141 36 31 476 136 47
Binary 10111111 110 10000110 0 1100001 11110 11001 100111110 1011110 100111

Color Harmonies of #BF0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0686

Black with #BF0686

Text Example


Text Example

White with #BF0686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0686; }

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

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

background-color css

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

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

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

border-color css

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

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

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