#B02FA7

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

Shades of Medium Red Violet #B02FA7

Tints of Medium Red Violet #B02FA7

Color information

#B02FA7 (or 0xB02FA7) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and A7. RGB value is (176,47,167). Sum of RGB (Red+Green+Blue) = 176+47+167=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B02FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02FA7 is #4FD058. Grayscale: #626262. Windows color (decimal): -5230681 or 10956720. OLE color: 10956720.

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

Color convert

RGB17647167-
CMYK00.730.050.31
HSL304.19º57.85%43.73%-
HSV(B)304.19º73.3%69.02%-
XYZ25.914.0537.91-
YUV99.25166.24182.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 47 (18.75% from 255) = 12.05%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=45.13%
G=12.05%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764716700.730.050.31304.1957.8543.73
HexB02FA704951F1303a2c
Octal2605724701115374607254
Binary10110000101111101001110100100110111111100110000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02FA7; }

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

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

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

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

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

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

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

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