#B3308B

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

Shades of Medium Red Violet #B3308B

Tints of Medium Red Violet #B3308B

Color information

#B3308B (or 0xB3308B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 30 and 8B. RGB value is (179,48,139). Sum of RGB (Red+Green+Blue) = 179+48+139=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3308B is #4CCF74. Grayscale: #616161. Windows color (decimal): -5033845 or 9121971. OLE color: 9121971.

HSL color Cylindrical-coordinate representation of color #B3308B: hue angle of 318.32º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3308B is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17948139-
CMYK00.730.220.30
HSL318.32º57.71%44.51%-
HSV(B)318.32º73.18%70.2%-
XYZ24.3113.5625.76-
YUV97.54151.4186.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=48.91%
G=13.11%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794813900.730.220.30318.3257.7144.51
HexB3308B049161E13e3a2d
Octal26360213011126364767255
Binary1011001111000010001011010010011011011110100111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3308B; }

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

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

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

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

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

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

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

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