Html Css Color HEX #BF137A Medium Violet Red

📋 copy color: '#BF137A'

red 191 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #BF137A

Tints of Medium Violet Red #BF137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 57.53%
G = 5.72%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF137A (or 0xBF137A) is known color: Medium Violet Red. HEX triplet: BF, 13 and 7A. RGB value is (191,19,122). Sum of RGB (Red+Green+Blue) = 191+19+122=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF137A is #40EC85. Grayscale: #515151. Windows color (decimal): -4254854 or 8000447. OLE color: 8000447.

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

Color convert

RGB 191 19 122 -
CMYK 0 0.90 0.36 0.25
HSL 324.07º 0.82% 0.41% -
HSV(B) 324.07º 0.9% 0.75% -
XYZ 25.23 12.95 19.58 -
YUV 82.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 191 19 122 0 0.90 0.36 0.25 324.07 0.82 0.41
Hex BF 13 7A 0 5A 24 19 144 52 29
Octal 277 23 172 0 132 44 31 504 122 51
Binary 10111111 10011 1111010 0 1011010 100100 11001 101000100 1010010 101001

Color Harmonies of #BF137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF137A

Black with #BF137A

Text Example


Text Example

White with #BF137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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