Html Css Color HEX #BF147D Medium Violet Red

📋 copy color: '#BF147D'

red 191 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #BF147D

Tints of Medium Violet Red #BF147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

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

R = 56.85%
G = 5.95%
B = 37.2%

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

#BF147D (or 0xBF147D) is known color: Medium Violet Red. HEX triplet: BF, 14 and 7D. RGB value is (191,20,125). Sum of RGB (Red+Green+Blue) = 191+20+125=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF147D is #40EB82. Grayscale: #525252. Windows color (decimal): -4254595 or 8197311. OLE color: 8197311.

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

Color convert

RGB 191 20 125 -
CMYK 0 0.90 0.35 0.25
HSL 323.16º 0.81% 0.41% -
HSV(B) 323.16º 0.9% 0.75% -
XYZ 25.44 13.06 20.58 -
YUV 83.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 191 20 125 0 0.90 0.35 0.25 323.16 0.81 0.41
Hex BF 14 7D 0 5A 23 19 143 51 29
Octal 277 24 175 0 132 43 31 503 121 51
Binary 10111111 10100 1111101 0 1011010 100011 11001 101000011 1010001 101001

Color Harmonies of #BF147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF147D

Black with #BF147D

Text Example


Text Example

White with #BF147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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