Html Css Color HEX #BF0487 Medium Violet Red

📋 copy color: '#BF0487'

red 191 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #BF0487

Tints of Medium Violet Red #BF0487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 57.88%
G = 1.21%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF0487 (or 0xBF0487) is known color: Medium Violet Red. HEX triplet: BF, 04 and 87. RGB value is (191,4,135). Sum of RGB (Red+Green+Blue) = 191+4+135=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0487 is #40FB78. Grayscale: #4A4A4A. Windows color (decimal): -4258681 or 8848575. OLE color: 8848575.

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

Color convert

RGB 191 4 135 -
CMYK 0 0.98 0.29 0.25
HSL 317.97º 0.96% 0.38% -
HSV(B) 317.97º 0.98% 0.75% -
XYZ 25.9 12.91 24.05 -
YUV 74.85 161.95 210.85 -
System Red Green Blue C M Y K H S L
Decimal 191 4 135 0 0.98 0.29 0.25 317.97 0.96 0.38
Hex BF 4 87 0 62 1D 19 13E 60 26
Octal 277 4 207 0 142 35 31 476 140 46
Binary 10111111 100 10000111 0 1100010 11101 11001 100111110 1100000 100110

Color Harmonies of #BF0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0487

Black with #BF0487

Text Example


Text Example

White with #BF0487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0487; }

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

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

background-color css

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

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

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

border-color css

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

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

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