#B02FA4

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

Shades of Medium Red Violet #B02FA4

Tints of Medium Red Violet #B02FA4

Color information

#B02FA4 (or 0xB02FA4) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and A4. RGB value is (176,47,164). Sum of RGB (Red+Green+Blue) = 176+47+164=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B02FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02FA4 is #4FD05B. Grayscale: #626262. Windows color (decimal): -5230684 or 10760112. OLE color: 10760112.

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

Color convert

RGB17647164-
CMYK00.730.070.31
HSL305.58º57.85%43.73%-
HSV(B)305.58º73.3%69.02%-
XYZ25.6213.9436.46-
YUV98.91164.74182.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 47 (18.75% from 255) = 12.14%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=45.48%
G=12.14%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764716400.730.070.31305.5857.8543.73
HexB02FA404971F1323a2c
Octal2605724401117374627254
Binary10110000101111101001000100100111111111100110010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02FA4; }

 p { color: rgb(176,47,164); }

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

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

 a { background-color: rgb(176,47,164); }

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

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

 span { border-color: rgb(176,47,164); }

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