#BF189A

Color #BF189A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BF189A

Tints of Medium Violet Red #BF189A

Color information

#BF189A (or 0xBF189A) is unknown color: approx Medium Violet Red. HEX triplet: BF, 18 and 9A. RGB value is (191,24,154). Sum of RGB (Red+Green+Blue) = 191+24+154=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF189A is #40E765. Grayscale: #585858. Windows color (decimal): -4253542 or 10098879. OLE color: 10098879.

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

Color convert

RGB19124154-
CMYK00.870.190.25
HSL313.29º77.67%42.16%-
HSV(B)313.29º87.43%74.9%-
XYZ27.6514.0631.83-
YUV88.75164.83200.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 24 (9.77% from 255) = 6.50%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=51.76%
G=6.50%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912415400.870.190.25313.2977.6742.16
HexBF189A05713191394e2a
Octal277302320127233147111652
Binary1011111111000100110100101011110011110011001110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF189A; }

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

 H1.HeaderClassName
 {
   color: #BF189A;
 }
 .AnyTagClassName
 {
   color: #BF189A;
 }
</style>
background-color css

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

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

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

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

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

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