#B6369E

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

Shades of Medium Red Violet #B6369E

Tints of Medium Red Violet #B6369E

Color information

#B6369E (or 0xB6369E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 36 and 9E. RGB value is (182,54,158). Sum of RGB (Red+Green+Blue) = 182+54+158=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6369E is #49C961. Grayscale: #676767. Windows color (decimal): -4835682 or 10368694. OLE color: 10368694.

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

Color convert

RGB18254158-
CMYK00.700.130.29
HSL311.25º54.24%46.27%-
HSV(B)311.25º70.33%71.37%-
XYZ26.7815.0533.84-
YUV104.13158.41183.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 54 (21.48% from 255) = 13.71%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=46.19%
G=13.71%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825415800.700.130.29311.2554.2446.27
HexB6369E046D1D137362e
Octal26666236010615354676656
Binary101101101101101001111001000110110111101100110111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6369E; }

 p { color: rgb(182,54,158); }

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

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

 a { background-color: rgb(182,54,158); }

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

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

 span { border-color: rgb(182,54,158); }

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