Html Css Color HEX #BF0787 Medium Violet Red

📋 copy color: '#BF0787'

red 191 ◦ green 7 ◦ blue 135

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

Shades of Medium Violet Red #BF0787

Tints of Medium Violet Red #BF0787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

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

R = 57.36%
G = 2.1%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF0787 (or 0xBF0787) is known color: Medium Violet Red. HEX triplet: BF, 07 and 87. RGB value is (191,7,135). Sum of RGB (Red+Green+Blue) = 191+7+135=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0787 is #40F878. Grayscale: #4C4C4C. Windows color (decimal): -4257913 or 8849343. OLE color: 8849343.

HSL color Cylindrical-coordinate representation of color #BF0787: hue angle of 318.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0787 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 7 135 -
CMYK 0 0.96 0.29 0.25
HSL 318.26º 0.93% 0.39% -
HSV(B) 318.26º 0.96% 0.75% -
XYZ 25.94 12.98 24.06 -
YUV 76.61 160.96 209.59 -
System Red Green Blue C M Y K H S L
Decimal 191 7 135 0 0.96 0.29 0.25 318.26 0.93 0.39
Hex BF 7 87 0 60 1D 19 13E 5D 27
Octal 277 7 207 0 140 35 31 476 135 47
Binary 10111111 111 10000111 0 1100000 11101 11001 100111110 1011101 100111

Color Harmonies of #BF0787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0787

Black with #BF0787

Text Example


Text Example

White with #BF0787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0787; }

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

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

background-color css

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

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

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

border-color css

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

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

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