Html Css Color HEX #BF2387 Medium Violet Red

📋 copy color: '#BF2387'

red 191 ◦ green 35 ◦ blue 135

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

Shades of Medium Violet Red #BF2387

Tints of Medium Violet Red #BF2387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 52.91%
G = 9.7%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF2387 (or 0xBF2387) is known color: Medium Violet Red. HEX triplet: BF, 23 and 87. RGB value is (191,35,135). Sum of RGB (Red+Green+Blue) = 191+35+135=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2387 is #40DC78. Grayscale: #5C5C5C. Windows color (decimal): -4250745 or 8856511. OLE color: 8856511.

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

Color convert

RGB 191 35 135 -
CMYK 0 0.82 0.29 0.25
HSL 321.54º 0.69% 0.44% -
HSV(B) 321.54º 0.82% 0.75% -
XYZ 26.46 14.03 24.23 -
YUV 93.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 191 35 135 0 0.82 0.29 0.25 321.54 0.69 0.44
Hex BF 23 87 0 52 1D 19 142 45 2C
Octal 277 43 207 0 122 35 31 502 105 54
Binary 10111111 100011 10000111 0 1010010 11101 11001 101000010 1000101 101100

Color Harmonies of #BF2387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2387

Black with #BF2387

Text Example


Text Example

White with #BF2387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2387; }

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

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

background-color css

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

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

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

border-color css

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

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

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