#B8348E

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

Shades of Medium Red Violet #B8348E

Tints of Medium Red Violet #B8348E

Color information

#B8348E (or 0xB8348E) is unknown color: approx Medium Red Violet. HEX triplet: B8, 34 and 8E. RGB value is (184,52,142). Sum of RGB (Red+Green+Blue) = 184+52+142=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8348E is #47CB71. Grayscale: #656565. Windows color (decimal): -4705138 or 9319608. OLE color: 9319608.

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

Color convert

RGB18452142-
CMYK00.720.230.28
HSL319.09º55.93%46.27%-
HSV(B)319.09º71.74%72.16%-
XYZ25.8814.627.05-
YUV101.73150.73186.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 52 (20.70% from 255) = 13.76%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=48.68%
G=13.76%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845214200.720.230.28319.0955.9346.27
HexB8348E048171C13f382e
Octal27064216011027344777056
Binary1011100011010010001110010010001011111100100111111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8348E; }

 p { color: rgb(184,52,142); }

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

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

 a { background-color: rgb(184,52,142); }

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

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

 span { border-color: rgb(184,52,142); }

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