Html Css Color HEX #BF0687 Medium Violet Red

📋 copy color: '#BF0687'

red 191 ◦ green 6 ◦ blue 135

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

Shades of Medium Violet Red #BF0687

Tints of Medium Violet Red #BF0687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.66%

R = 57.53%
G = 1.81%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF0687 (or 0xBF0687) is known color: Medium Violet Red. HEX triplet: BF, 06 and 87. RGB value is (191,6,135). Sum of RGB (Red+Green+Blue) = 191+6+135=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0687 is #40F978. Grayscale: #4B4B4B. Windows color (decimal): -4258169 or 8849087. OLE color: 8849087.

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

Color convert

RGB 191 6 135 -
CMYK 0 0.97 0.29 0.25
HSL 318.16º 0.94% 0.39% -
HSV(B) 318.16º 0.97% 0.75% -
XYZ 25.92 12.96 24.06 -
YUV 76.02 161.29 210.01 -
System Red Green Blue C M Y K H S L
Decimal 191 6 135 0 0.97 0.29 0.25 318.16 0.94 0.39
Hex BF 6 87 0 61 1D 19 13E 5E 27
Octal 277 6 207 0 141 35 31 476 136 47
Binary 10111111 110 10000111 0 1100001 11101 11001 100111110 1011110 100111

Color Harmonies of #BF0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0687

Black with #BF0687

Text Example


Text Example

White with #BF0687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0687; }

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

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

background-color css

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

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

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

border-color css

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

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

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