#B02784

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

Shades of Medium Red Violet #B02784

Tints of Medium Red Violet #B02784

Color information

#B02784 (or 0xB02784) is unknown color: approx Medium Red Violet. HEX triplet: B0, 27 and 84. RGB value is (176,39,132). Sum of RGB (Red+Green+Blue) = 176+39+132=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B02784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02784 is #4FD87B. Grayscale: #5A5A5A. Windows color (decimal): -5232764 or 8660912. OLE color: 8660912.

HSL color Cylindrical-coordinate representation of color #B02784: hue angle of 319.27º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02784 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17639132-
CMYK00.780.250.31
HSL319.27º63.72%42.16%-
HSV(B)319.27º77.84%69.02%-
XYZ22.7912.3523.01-
YUV90.56151.39188.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 39 (15.62% from 255) = 11.24%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=50.72%
G=11.24%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763913200.780.250.31319.2763.7242.16
HexB0278404E191F13f402a
Octal260472040116313747710052
Binary10110000100111100001000100111011001111111001111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02784; }

 p { color: rgb(176,39,132); }

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

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

 a { background-color: rgb(176,39,132); }

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

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

 span { border-color: rgb(176,39,132); }

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