Html Css Color HEX #BF2375 Medium Red Violet

📋 copy color: '#BF2375'

red 191 ◦ green 35 ◦ blue 117

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

Shades of Medium Red Violet #BF2375

Tints of Medium Red Violet #BF2375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 55.69%
G = 10.2%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF2375 (or 0xBF2375) is known color: Medium Red Violet. HEX triplet: BF, 23 and 75. RGB value is (191,35,117). Sum of RGB (Red+Green+Blue) = 191+35+117=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2375 is #40DC8A. Grayscale: #5A5A5A. Windows color (decimal): -4250763 or 7676863. OLE color: 7676863.

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

Color convert

RGB 191 35 117 -
CMYK 0 0.82 0.39 0.25
HSL 328.46º 0.69% 0.44% -
HSV(B) 328.46º 0.82% 0.75% -
XYZ 25.3 13.56 18.11 -
YUV 90.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 191 35 117 0 0.82 0.39 0.25 328.46 0.69 0.44
Hex BF 23 75 0 52 27 19 148 45 2C
Octal 277 43 165 0 122 47 31 510 105 54
Binary 10111111 100011 1110101 0 1010010 100111 11001 101001000 1000101 101100

Color Harmonies of #BF2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2375

Black with #BF2375

Text Example


Text Example

White with #BF2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2375; }

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

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

background-color css

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

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

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

border-color css

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

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

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