#B02AA5

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

Shades of Medium Red Violet #B02AA5

Tints of Medium Red Violet #B02AA5

Color information

#B02AA5 (or 0xB02AA5) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2A and A5. RGB value is (176,42,165). Sum of RGB (Red+Green+Blue) = 176+42+165=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B02AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02AA5 is #4FD55A. Grayscale: #5F5F5F. Windows color (decimal): -5231963 or 10824368. OLE color: 10824368.

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

Color convert

RGB17642165-
CMYK00.760.060.31
HSL304.93º61.47%42.75%-
HSV(B)304.93º76.14%69.02%-
XYZ25.5213.636.88-
YUV96.09166.89185-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 42 (16.80% from 255) = 10.97%
BLUE value IS 165 (64.84% from 255) = 43.08%
R=45.95%
G=10.97%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764216500.760.060.31304.9361.4742.75
HexB02AA504C61F1313d2b
Octal2605224501146374617553
Binary10110000101010101001010100110011011111100110001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02AA5; }

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

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

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

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

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

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

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

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