#BF308B

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

Shades of Medium Red Violet #BF308B

Tints of Medium Red Violet #BF308B

Color information

#BF308B (or 0xBF308B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 8B. RGB value is (191,48,139). Sum of RGB (Red+Green+Blue) = 191+48+139=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF308B is #40CF74. Grayscale: #646464. Windows color (decimal): -4247413 or 9121983. OLE color: 9121983.

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

Color convert

RGB19148139-
CMYK00.750.270.25
HSL321.82º59.83%46.86%-
HSV(B)321.82º74.87%74.9%-
XYZ27.215.0525.9-
YUV101.13149.38192.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 48 (19.14% from 255) = 12.70%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=50.53%
G=12.70%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914813900.750.270.25321.8259.8346.86
HexBF308B04B1B191423c2f
Octal27760213011333315027457
Binary1011111111000010001011010010111101111001101000010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF308B; }

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

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

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

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

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

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

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

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