Html Css Color HEX #BF1E75 Medium Violet Red

📋 copy color: '#BF1E75'

red 191 ◦ green 30 ◦ blue 117

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

Shades of Medium Violet Red #BF1E75

Tints of Medium Violet Red #BF1E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.88%

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

R = 56.51%
G = 8.88%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF1E75 (or 0xBF1E75) is known color: Medium Violet Red. HEX triplet: BF, 1E and 75. RGB value is (191,30,117). Sum of RGB (Red+Green+Blue) = 191+30+117=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1E75 is #40E18A. Grayscale: #575757. Windows color (decimal): -4252043 or 7675583. OLE color: 7675583.

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

Color convert

RGB 191 30 117 -
CMYK 0 0.84 0.39 0.25
HSL 327.58º 0.73% 0.43% -
HSV(B) 327.58º 0.84% 0.75% -
XYZ 25.16 13.29 18.07 -
YUV 88.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 191 30 117 0 0.84 0.39 0.25 327.58 0.73 0.43
Hex BF 1E 75 0 54 27 19 148 49 2B
Octal 277 36 165 0 124 47 31 510 111 53
Binary 10111111 11110 1110101 0 1010100 100111 11001 101001000 1001001 101011

Color Harmonies of #BF1E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1E75

Black with #BF1E75

Text Example


Text Example

White with #BF1E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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