Html Css Color HEX #BF3487 Medium Red Violet

📋 copy color: '#BF3487'

red 191 ◦ green 52 ◦ blue 135

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

Shades of Medium Red Violet #BF3487

Tints of Medium Red Violet #BF3487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

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

R = 50.53%
G = 13.76%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF3487 (or 0xBF3487) is known color: Medium Red Violet. HEX triplet: BF, 34 and 87. RGB value is (191,52,135). Sum of RGB (Red+Green+Blue) = 191+52+135=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3487 is #40CB78. Grayscale: #666666. Windows color (decimal): -4246393 or 8860863. OLE color: 8860863.

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

Color convert

RGB 191 52 135 -
CMYK 0 0.73 0.29 0.25
HSL 324.17º 0.57% 0.48% -
HSV(B) 324.17º 0.73% 0.75% -
XYZ 27.09 15.28 24.44 -
YUV 103.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 191 52 135 0 0.73 0.29 0.25 324.17 0.57 0.48
Hex BF 34 87 0 49 1D 19 144 39 30
Octal 277 64 207 0 111 35 31 504 71 60
Binary 10111111 110100 10000111 0 1001001 11101 11001 101000100 111001 110000

Color Harmonies of #BF3487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3487

Black with #BF3487

Text Example


Text Example

White with #BF3487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3487; }

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

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

background-color css

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

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

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

border-color css

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

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

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