#BF1B98

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

Shades of Medium Violet Red #BF1B98

Tints of Medium Violet Red #BF1B98

Color information

#BF1B98 (or 0xBF1B98) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1B and 98. RGB value is (191,27,152). Sum of RGB (Red+Green+Blue) = 191+27+152=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1B98 is #40E467. Grayscale: #595959. Windows color (decimal): -4252776 or 9968575. OLE color: 9968575.

HSL color Cylindrical-coordinate representation of color #BF1B98: hue angle of 314.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1B98 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB19127152-
CMYK00.860.200.25
HSL314.27º75.23%42.75%-
HSV(B)314.27º85.86%74.9%-
XYZ27.5514.1330.98-
YUV90.29162.83199.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 27 (10.94% from 255) = 7.30%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=51.62%
G=7.30%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912715200.860.200.25314.2775.2342.75
HexBF1B98056141913a4b2b
Octal277332300126243147211353
Binary1011111111011100110000101011010100110011001110101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1B98; }

 p { color: rgb(191,27,152); }

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

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

 a { background-color: rgb(191,27,152); }

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

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

 span { border-color: rgb(191,27,152); }

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