#b03288

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

Shades of Medium Red Violet #B03288

Tints of Medium Red Violet #B03288

Color information

#B03288 (or 0xB03288) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 88. RGB value is (176,50,136). Sum of RGB (Red+Green+Blue) = 176+50+136=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B03288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03288 is #4FCD77. Grayscale: #616161. Windows color (decimal): -5229944 or 8925872. OLE color: 8925872.

HSL color Cylindrical-coordinate representation of color #B03288: hue angle of 319.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03288 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17650136-
CMYK00.720.230.31
HSL319.05º55.75%44.31%-
HSV(B)319.05º71.59%69.02%-
XYZ23.4913.2924.62-
YUV97.48149.74184.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 50 (19.92% from 255) = 13.81%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=48.62%
G=13.81%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765013600.720.230.31319.0555.7544.31
HexB03288048171F13f382c
Octal26062210011027374777054
Binary1011000011001010001000010010001011111111100111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03288; }

 p { color: rgb(176,50,136); }

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

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

 a { background-color: rgb(176,50,136); }

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

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

 span { border-color: rgb(176,50,136); }

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