#B03E9B

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

Shades of Medium Red Violet #B03E9B

Tints of Medium Red Violet #B03E9B

Color information

#B03E9B (or 0xB03E9B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3E and 9B. RGB value is (176,62,155). Sum of RGB (Red+Green+Blue) = 176+62+155=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03E9B is #4FC164. Grayscale: #6A6A6A. Windows color (decimal): -5226853 or 10174128. OLE color: 10174128.

HSL color Cylindrical-coordinate representation of color #B03E9B: hue angle of 311.05º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E9B is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17662155-
CMYK00.650.120.31
HSL311.05º47.9%46.67%-
HSV(B)311.05º64.77%69.02%-
XYZ25.5415.0432.57-
YUV106.69155.27177.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=44.78%
G=15.78%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766215500.650.120.31311.0547.946.67
HexB03E9B041C1F137302f
Octal26076233010114374676057
Binary101100001111101001101101000001110011111100110111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E9B; }

 p { color: rgb(176,62,155); }

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

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

 a { background-color: rgb(176,62,155); }

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

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

 span { border-color: rgb(176,62,155); }

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