Html Css Color HEX #BF187E Medium Violet Red

📋 copy color: '#BF187E'

red 191 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #BF187E

Tints of Medium Violet Red #BF187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 56.01%
G = 7.04%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF187E (or 0xBF187E) is known color: Medium Violet Red. HEX triplet: BF, 18 and 7E. RGB value is (191,24,126). Sum of RGB (Red+Green+Blue) = 191+24+126=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF187E is #40E781. Grayscale: #555555. Windows color (decimal): -4253570 or 8263871. OLE color: 8263871.

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

Color convert

RGB 191 24 126 -
CMYK 0 0.87 0.34 0.25
HSL 323.35º 0.78% 0.42% -
HSV(B) 323.35º 0.87% 0.75% -
XYZ 25.58 13.24 20.95 -
YUV 85.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 191 24 126 0 0.87 0.34 0.25 323.35 0.78 0.42
Hex BF 18 7E 0 57 22 19 143 4E 2A
Octal 277 30 176 0 127 42 31 503 116 52
Binary 10111111 11000 1111110 0 1010111 100010 11001 101000011 1001110 101010

Color Harmonies of #BF187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF187E

Black with #BF187E

Text Example


Text Example

White with #BF187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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