#BF309A

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

Shades of Medium Red Violet #BF309A

Tints of Medium Red Violet #BF309A

Color information

#BF309A (or 0xBF309A) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 9A. RGB value is (191,48,154). Sum of RGB (Red+Green+Blue) = 191+48+154=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF309A is #40CF65. Grayscale: #666666. Windows color (decimal): -4247398 or 10105023. OLE color: 10105023.

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

Color convert

RGB19148154-
CMYK00.750.190.25
HSL315.52º59.83%46.86%-
HSV(B)315.52º74.87%74.9%-
XYZ28.3815.5232.07-
YUV102.84156.88190.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 48 (19.14% from 255) = 12.21%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=48.60%
G=12.21%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914815400.750.190.25315.5259.8346.86
HexBF309A04B131913c3c2f
Octal27760232011323314747457
Binary1011111111000010011010010010111001111001100111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF309A; }

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

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

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

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

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

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

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

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