Html Css Color HEX #BF2987 Medium Red Violet

📋 copy color: '#BF2987'

red 191 ◦ green 41 ◦ blue 135

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

Shades of Medium Red Violet #BF2987

Tints of Medium Red Violet #BF2987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

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

R = 52.04%
G = 11.17%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF2987 (or 0xBF2987) is known color: Medium Red Violet. HEX triplet: BF, 29 and 87. RGB value is (191,41,135). Sum of RGB (Red+Green+Blue) = 191+41+135=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2987 is #40D678. Grayscale: #606060. Windows color (decimal): -4249209 or 8858047. OLE color: 8858047.

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

Color convert

RGB 191 41 135 -
CMYK 0 0.79 0.29 0.25
HSL 322.4º 0.65% 0.45% -
HSV(B) 322.4º 0.79% 0.75% -
XYZ 26.65 14.41 24.3 -
YUV 96.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 191 41 135 0 0.79 0.29 0.25 322.4 0.65 0.45
Hex BF 29 87 0 4F 1D 19 142 41 2D
Octal 277 51 207 0 117 35 31 502 101 55
Binary 10111111 101001 10000111 0 1001111 11101 11001 101000010 1000001 101101

Color Harmonies of #BF2987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2987

Black with #BF2987

Text Example


Text Example

White with #BF2987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2987; }

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

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

background-color css

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

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

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

border-color css

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

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

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