Html Css Color HEX #BF1375 Medium Violet Red

📋 copy color: '#BF1375'

red 191 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #BF1375

Tints of Medium Violet Red #BF1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.81%

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

R = 58.41%
G = 5.81%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF1375 (or 0xBF1375) is known color: Medium Violet Red. HEX triplet: BF, 13 and 75. RGB value is (191,19,117). Sum of RGB (Red+Green+Blue) = 191+19+117=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1375 is #40EC8A. Grayscale: #515151. Windows color (decimal): -4254859 or 7672767. OLE color: 7672767.

HSL color Cylindrical-coordinate representation of color #BF1375: hue angle of 325.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1375 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 117 -
CMYK 0 0.90 0.39 0.25
HSL 325.81º 0.82% 0.41% -
HSV(B) 325.81º 0.9% 0.75% -
XYZ 24.93 12.83 17.99 -
YUV 81.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 191 19 117 0 0.90 0.39 0.25 325.81 0.82 0.41
Hex BF 13 75 0 5A 27 19 146 52 29
Octal 277 23 165 0 132 47 31 506 122 51
Binary 10111111 10011 1110101 0 1011010 100111 11001 101000110 1010010 101001

Color Harmonies of #BF1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1375

Black with #BF1375

Text Example


Text Example

White with #BF1375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1375; }

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

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

background-color css

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

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

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

border-color css

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

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

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