#B02D8B

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

Shades of Medium Red Violet #B02D8B

Tints of Medium Red Violet #B02D8B

Color information

#B02D8B (or 0xB02D8B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2D and 8B. RGB value is (176,45,139). Sum of RGB (Red+Green+Blue) = 176+45+139=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02D8B is #4FD274. Grayscale: #5E5E5E. Windows color (decimal): -5231221 or 9121200. OLE color: 9121200.

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

Color convert

RGB17645139-
CMYK00.740.210.31
HSL316.95º59.28%43.33%-
HSV(B)316.95º74.43%69.02%-
XYZ23.512.9725.69-
YUV94.88152.9185.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=48.89%
G=12.5%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764513900.740.210.31316.9559.2843.33
HexB02D8B04A151F13d3b2b
Octal26055213011225374757353
Binary1011000010110110001011010010101010111111100111101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02D8B; }

 p { color: rgb(176,45,139); }

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

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

 a { background-color: rgb(176,45,139); }

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

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

 span { border-color: rgb(176,45,139); }

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