Html Css Color HEX #BF2373 Medium Red Violet

📋 copy color: '#BF2373'

red 191 ◦ green 35 ◦ blue 115

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

Shades of Medium Red Violet #BF2373

Tints of Medium Red Violet #BF2373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 56.01%
G = 10.26%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF2373 (or 0xBF2373) is known color: Medium Red Violet. HEX triplet: BF, 23 and 73. RGB value is (191,35,115). Sum of RGB (Red+Green+Blue) = 191+35+115=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2373 is #40DC8C. Grayscale: #5A5A5A. Windows color (decimal): -4250765 or 7545791. OLE color: 7545791.

HSL color Cylindrical-coordinate representation of color #BF2373: hue angle of 329.23º 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 #BF2373 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 35 115 -
CMYK 0 0.82 0.40 0.25
HSL 329.23º 0.69% 0.44% -
HSV(B) 329.23º 0.82% 0.75% -
XYZ 25.18 13.52 17.5 -
YUV 90.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 191 35 115 0 0.82 0.40 0.25 329.23 0.69 0.44
Hex BF 23 73 0 52 28 19 149 45 2C
Octal 277 43 163 0 122 50 31 511 105 54
Binary 10111111 100011 1110011 0 1010010 101000 11001 101001001 1000101 101100

Color Harmonies of #BF2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2373

Black with #BF2373

Text Example


Text Example

White with #BF2373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2373; }

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

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

background-color css

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

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

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

border-color css

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

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

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