Html Css Color HEX #BF187D Medium Violet Red

📋 copy color: '#BF187D'

red 191 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #BF187D

Tints of Medium Violet Red #BF187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

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

R = 56.18%
G = 7.06%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF187D (or 0xBF187D) is known color: Medium Violet Red. HEX triplet: BF, 18 and 7D. RGB value is (191,24,125). Sum of RGB (Red+Green+Blue) = 191+24+125=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF187D is #40E782. Grayscale: #555555. Windows color (decimal): -4253571 or 8198335. OLE color: 8198335.

HSL color Cylindrical-coordinate representation of color #BF187D: hue angle of 323.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF187D is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 125 -
CMYK 0 0.87 0.35 0.25
HSL 323.71º 0.78% 0.42% -
HSV(B) 323.71º 0.87% 0.75% -
XYZ 25.51 13.21 20.61 -
YUV 85.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 191 24 125 0 0.87 0.35 0.25 323.71 0.78 0.42
Hex BF 18 7D 0 57 23 19 144 4E 2A
Octal 277 30 175 0 127 43 31 504 116 52
Binary 10111111 11000 1111101 0 1010111 100011 11001 101000100 1001110 101010

Color Harmonies of #BF187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF187D

Black with #BF187D

Text Example


Text Example

White with #BF187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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