#B64380

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

Shades of Medium Red Violet #B64380

Tints of Medium Red Violet #B64380

Color information

#B64380 (or 0xB64380) is unknown color: approx Medium Red Violet. HEX triplet: B6, 43 and 80. RGB value is (182,67,128). Sum of RGB (Red+Green+Blue) = 182+67+128=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B64380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64380 is #49BC7F. Grayscale: #6C6C6C. Windows color (decimal): -4832384 or 8405942. OLE color: 8405942.

HSL color Cylindrical-coordinate representation of color #B64380: hue angle of 328.17º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64380 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18267128-
CMYK00.630.300.29
HSL328.17º46.18%48.82%-
HSV(B)328.17º63.19%71.37%-
XYZ25.1915.5222.09-
YUV108.34139.1180.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 67 (26.56% from 255) = 17.77%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=48.28%
G=17.77%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826712800.630.300.29328.1746.1848.82
HexB6438003F1E1D1482e31
Octal26610320007736355105661
Binary1011011010000111000000001111111111011101101001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64380; }

 p { color: rgb(182,67,128); }

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

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

 a { background-color: rgb(182,67,128); }

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

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

 span { border-color: rgb(182,67,128); }

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