Html Css Color HEX #BF137D Medium Violet Red

📋 copy color: '#BF137D'

red 191 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #BF137D

Tints of Medium Violet Red #BF137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 57.01%
G = 5.67%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF137D (or 0xBF137D) is known color: Medium Violet Red. HEX triplet: BF, 13 and 7D. RGB value is (191,19,125). Sum of RGB (Red+Green+Blue) = 191+19+125=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF137D is #40EC82. Grayscale: #525252. Windows color (decimal): -4254851 or 8197055. OLE color: 8197055.

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

Color convert

RGB 191 19 125 -
CMYK 0 0.90 0.35 0.25
HSL 323.02º 0.82% 0.41% -
HSV(B) 323.02º 0.9% 0.75% -
XYZ 25.42 13.02 20.58 -
YUV 82.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 191 19 125 0 0.90 0.35 0.25 323.02 0.82 0.41
Hex BF 13 7D 0 5A 23 19 143 52 29
Octal 277 23 175 0 132 43 31 503 122 51
Binary 10111111 10011 1111101 0 1011010 100011 11001 101000011 1010010 101001

Color Harmonies of #BF137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF137D

Black with #BF137D

Text Example


Text Example

White with #BF137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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