#bf0b98

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

Shades of Medium Violet Red #BF0B98

Tints of Medium Violet Red #BF0B98

Color information

#BF0B98 (or 0xBF0B98) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0B and 98. RGB value is (191,11,152). Sum of RGB (Red+Green+Blue) = 191+11+152=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0B98 is #40F467. Grayscale: #505050. Windows color (decimal): -4256872 or 9964479. OLE color: 9964479.

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

Color convert

RGB19111152-
CMYK00.940.200.25
HSL313º89.11%39.61%-
HSV(B)313º94.24%74.9%-
XYZ27.2713.5830.89-
YUV80.89168.13206.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 11 (4.69% from 255) = 3.11%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=53.95%
G=3.11%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911115200.940.200.2531389.1139.61
HexBFB9805E14191395928
Octal277132300136243147113150
Binary101111111011100110000101111010100110011001110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0b98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0b98; }

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

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

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

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

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

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

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

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