Html Css Color HEX #BF187A Medium Violet Red

📋 copy color: '#BF187A'

red 191 ◦ green 24 ◦ blue 122

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

Shades of Medium Violet Red #BF187A

Tints of Medium Violet Red #BF187A

RGB

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

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

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

R = 56.68%
G = 7.12%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF187A (or 0xBF187A) is known color: Medium Violet Red. HEX triplet: BF, 18 and 7A. RGB value is (191,24,122). Sum of RGB (Red+Green+Blue) = 191+24+122=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF187A is #40E785. Grayscale: #545454. Windows color (decimal): -4253574 or 8001727. OLE color: 8001727.

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

Color convert

RGB 191 24 122 -
CMYK 0 0.87 0.36 0.25
HSL 324.79º 0.78% 0.42% -
HSV(B) 324.79º 0.87% 0.75% -
XYZ 25.33 13.13 19.61 -
YUV 85.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 191 24 122 0 0.87 0.36 0.25 324.79 0.78 0.42
Hex BF 18 7A 0 57 24 19 145 4E 2A
Octal 277 30 172 0 127 44 31 505 116 52
Binary 10111111 11000 1111010 0 1010111 100100 11001 101000101 1001110 101010

Color Harmonies of #BF187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF187A

Black with #BF187A

Text Example


Text Example

White with #BF187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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