#B036A5

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

Shades of Medium Red Violet #B036A5

Tints of Medium Red Violet #B036A5

Color information

#B036A5 (or 0xB036A5) is unknown color: approx Medium Red Violet. HEX triplet: B0, 36 and A5. RGB value is (176,54,165). Sum of RGB (Red+Green+Blue) = 176+54+165=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B036A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B036A5 is #4FC95A. Grayscale: #666666. Windows color (decimal): -5228891 or 10827440. OLE color: 10827440.

HSL color Cylindrical-coordinate representation of color #B036A5: hue angle of 305.41º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B036A5 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17654165-
CMYK00.690.060.31
HSL305.41º53.04%45.1%-
HSV(B)305.41º69.32%69.02%-
XYZ26.0214.5937.04-
YUV103.13162.92179.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 54 (21.48% from 255) = 13.67%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=44.56%
G=13.67%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765416500.690.060.31305.4153.0445.1
HexB036A504561F131352d
Octal2606624501056374616555
Binary10110000110110101001010100010111011111100110001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B036A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B036A5; }

 p { color: rgb(176,54,165); }

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

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

 a { background-color: rgb(176,54,165); }

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

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

 span { border-color: rgb(176,54,165); }

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