#BF308E

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

Shades of Medium Red Violet #BF308E

Tints of Medium Red Violet #BF308E

Color information

#BF308E (or 0xBF308E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 8E. RGB value is (191,48,142). Sum of RGB (Red+Green+Blue) = 191+48+142=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF308E is #40CF71. Grayscale: #656565. Windows color (decimal): -4247410 or 9318591. OLE color: 9318591.

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

Color convert

RGB19148142-
CMYK00.750.260.25
HSL320.56º59.83%46.86%-
HSV(B)320.56º74.87%74.9%-
XYZ27.4315.1427.07-
YUV101.47150.88191.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 48 (19.14% from 255) = 12.60%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=50.13%
G=12.60%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914814200.750.260.25320.5659.8346.86
HexBF308E04B1A191413c2f
Octal27760216011332315017457
Binary1011111111000010001110010010111101011001101000001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF308E; }

 p { color: rgb(191,48,142); }

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

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

 a { background-color: rgb(191,48,142); }

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

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

 span { border-color: rgb(191,48,142); }

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