#B02E8F

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

Shades of Medium Red Violet #B02E8F

Tints of Medium Red Violet #B02E8F

Color information

#B02E8F (or 0xB02E8F) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2E and 8F. RGB value is (176,46,143). Sum of RGB (Red+Green+Blue) = 176+46+143=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02E8F is #4FD170. Grayscale: #5F5F5F. Windows color (decimal): -5230961 or 9383600. OLE color: 9383600.

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

Color convert

RGB17646143-
CMYK00.740.190.31
HSL315.23º58.56%43.53%-
HSV(B)315.23º73.86%69.02%-
XYZ23.8413.1727.27-
YUV95.93154.57185.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=48.22%
G=12.60%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764614300.740.190.31315.2358.5643.53
HexB02E8F04A131F13b3b2c
Octal26056217011223374737354
Binary1011000010111010001111010010101001111111100111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E8F; }

 p { color: rgb(176,46,143); }

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

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

 a { background-color: rgb(176,46,143); }

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

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

 span { border-color: rgb(176,46,143); }

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