Html Css Color HEX #BF187C Medium Violet Red

📋 copy color: '#BF187C'

red 191 ◦ green 24 ◦ blue 124

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

Shades of Medium Violet Red #BF187C

Tints of Medium Violet Red #BF187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 56.34%
G = 7.08%
B = 36.58%

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

#BF187C (or 0xBF187C) is known color: Medium Violet Red. HEX triplet: BF, 18 and 7C. RGB value is (191,24,124). Sum of RGB (Red+Green+Blue) = 191+24+124=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF187C is #40E783. Grayscale: #555555. Windows color (decimal): -4253572 or 8132799. OLE color: 8132799.

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

Color convert

RGB 191 24 124 -
CMYK 0 0.87 0.35 0.25
HSL 324.07º 0.78% 0.42% -
HSV(B) 324.07º 0.87% 0.75% -
XYZ 25.45 13.18 20.27 -
YUV 85.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 191 24 124 0 0.87 0.35 0.25 324.07 0.78 0.42
Hex BF 18 7C 0 57 23 19 144 4E 2A
Octal 277 30 174 0 127 43 31 504 116 52
Binary 10111111 11000 1111100 0 1010111 100011 11001 101000100 1001110 101010

Color Harmonies of #BF187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF187C

Black with #BF187C

Text Example


Text Example

White with #BF187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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