#b03298

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

Shades of Medium Red Violet #B03298

Tints of Medium Red Violet #B03298

Color information

#B03298 (or 0xB03298) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 98. RGB value is (176,50,152). Sum of RGB (Red+Green+Blue) = 176+50+152=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B03298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03298 is #4FCD67. Grayscale: #636363. Windows color (decimal): -5229928 or 9974448. OLE color: 9974448.

HSL color Cylindrical-coordinate representation of color #B03298: hue angle of 311.43º 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 #B03298 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17650152-
CMYK00.720.140.31
HSL311.43º55.75%44.31%-
HSV(B)311.43º71.59%69.02%-
XYZ24.7113.7831.06-
YUV99.3157.74182.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 50 (19.92% from 255) = 13.23%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=46.56%
G=13.23%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765015200.720.140.31311.4355.7544.31
HexB03298048E1F137382c
Octal26062230011016374677054
Binary101100001100101001100001001000111011111100110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03298; }

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

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

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

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

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

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

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

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