#B6347B

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

Shades of Medium Red Violet #B6347B

Tints of Medium Red Violet #B6347B

Color information

#B6347B (or 0xB6347B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 34 and 7B. RGB value is (182,52,123). Sum of RGB (Red+Green+Blue) = 182+52+123=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6347B is #49CB84. Grayscale: #626262. Windows color (decimal): -4836229 or 8074422. OLE color: 8074422.

HSL color Cylindrical-coordinate representation of color #B6347B: hue angle of 327.23º degrees, saturation: 0.56, 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 #B6347B is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18252123-
CMYK00.710.320.29
HSL327.23º55.56%45.88%-
HSV(B)327.23º71.43%71.37%-
XYZ24.0913.8320.14-
YUV98.96141.57187.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=50.98%
G=14.57%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825212300.710.320.29327.2355.5645.88
HexB6347B047201D147382e
Octal26664173010740355077056
Binary1011011011010011110110100011110000011101101000111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6347B; }

 p { color: rgb(182,52,123); }

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

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

 a { background-color: rgb(182,52,123); }

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

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

 span { border-color: rgb(182,52,123); }

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