#B6358A

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

Shades of Medium Red Violet #B6358A

Tints of Medium Red Violet #B6358A

Color information

#B6358A (or 0xB6358A) is unknown color: approx Medium Red Violet. HEX triplet: B6, 35 and 8A. RGB value is (182,53,138). Sum of RGB (Red+Green+Blue) = 182+53+138=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6358A is #49CA75. Grayscale: #656565. Windows color (decimal): -4835958 or 9057718. OLE color: 9057718.

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

Color convert

RGB18253138-
CMYK00.710.240.29
HSL320.47º54.89%46.08%-
HSV(B)320.47º70.88%71.37%-
XYZ25.1514.3325.48-
YUV101.26148.74185.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=48.79%
G=14.21%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825313800.710.240.29320.4754.8946.08
HexB6358A047181D140372e
Octal26665212010730355006756
Binary1011011011010110001010010001111100011101101000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6358A; }

 p { color: rgb(182,53,138); }

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

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

 a { background-color: rgb(182,53,138); }

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

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

 span { border-color: rgb(182,53,138); }

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