#B835A0

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

Shades of Medium Red Violet #B835A0

Tints of Medium Red Violet #B835A0

Color information

#B835A0 (or 0xB835A0) is unknown color: approx Medium Red Violet. HEX triplet: B8, 35 and A0. RGB value is (184,53,160). Sum of RGB (Red+Green+Blue) = 184+53+160=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B835A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B835A0 is #47CA5F. Grayscale: #686868. Windows color (decimal): -4704864 or 10499512. OLE color: 10499512.

HSL color Cylindrical-coordinate representation of color #B835A0: hue angle of 310.99º 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 #B835A0 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18453160-
CMYK00.710.130.28
HSL310.99º55.27%46.47%-
HSV(B)310.99º71.2%72.16%-
XYZ27.3915.2734.76-
YUV104.37159.4184.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 160 (62.89% from 255) = 40.30%
R=46.35%
G=13.35%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845316000.710.130.28310.9955.2746.47
HexB835A0047D1C137372e
Octal27065240010715344676756
Binary101110001101011010000001000111110111100100110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B835A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B835A0; }

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

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

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

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

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

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

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

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