Html Css Color HEX #BF0887 Medium Violet Red

📋 copy color: '#BF0887'

red 191 ◦ green 8 ◦ blue 135

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

Shades of Medium Violet Red #BF0887

Tints of Medium Violet Red #BF0887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

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

R = 57.19%
G = 2.4%
B = 40.42%

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

#BF0887 (or 0xBF0887) is known color: Medium Violet Red. HEX triplet: BF, 08 and 87. RGB value is (191,8,135). Sum of RGB (Red+Green+Blue) = 191+8+135=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0887 is #40F778. Grayscale: #4C4C4C. Windows color (decimal): -4257657 or 8849599. OLE color: 8849599.

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

Color convert

RGB 191 8 135 -
CMYK 0 0.96 0.29 0.25
HSL 318.36º 0.92% 0.39% -
HSV(B) 318.36º 0.96% 0.75% -
XYZ 25.95 13 24.06 -
YUV 77.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 191 8 135 0 0.96 0.29 0.25 318.36 0.92 0.39
Hex BF 8 87 0 60 1D 19 13E 5C 27
Octal 277 10 207 0 140 35 31 476 134 47
Binary 10111111 1000 10000111 0 1100000 11101 11001 100111110 1011100 100111

Color Harmonies of #BF0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0887

Black with #BF0887

Text Example


Text Example

White with #BF0887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0887; }

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

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

background-color css

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

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

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

border-color css

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

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

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