#B835A5

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

Shades of Medium Red Violet #B835A5

Tints of Medium Red Violet #B835A5

Color information

#B835A5 (or 0xB835A5) is unknown color: approx Medium Red Violet. HEX triplet: B8, 35 and A5. RGB value is (184,53,165). Sum of RGB (Red+Green+Blue) = 184+53+165=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B835A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B835A5 is #47CA5A. Grayscale: #686868. Windows color (decimal): -4704859 or 10827192. OLE color: 10827192.

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

Color convert

RGB18453165-
CMYK00.710.100.28
HSL308.7º55.27%46.47%-
HSV(B)308.7º71.2%72.16%-
XYZ27.8315.4537.11-
YUV104.94161.9184.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=45.77%
G=13.18%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845316500.710.100.28308.755.2746.47
HexB835A5047A1C135372e
Octal27065245010712344656756
Binary101110001101011010010101000111101011100100110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B835A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B835A5; }

 p { color: rgb(184,53,165); }

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

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

 a { background-color: rgb(184,53,165); }

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

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

 span { border-color: rgb(184,53,165); }

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