#B6368D

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

Shades of Medium Red Violet #B6368D

Tints of Medium Red Violet #B6368D

Color information

#B6368D (or 0xB6368D) is unknown color: approx Medium Red Violet. HEX triplet: B6, 36 and 8D. RGB value is (182,54,141). Sum of RGB (Red+Green+Blue) = 182+54+141=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6368D is #49C972. Grayscale: #656565. Windows color (decimal): -4835699 or 9254582. OLE color: 9254582.

HSL color Cylindrical-coordinate representation of color #B6368D: hue angle of 319.22º 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 #B6368D is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18254141-
CMYK00.700.230.29
HSL319.22º54.24%46.27%-
HSV(B)319.22º70.33%71.37%-
XYZ25.4214.5126.66-
YUV102.19149.91184.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 54 (21.48% from 255) = 14.32%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=48.28%
G=14.32%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825414100.700.230.29319.2254.2446.27
HexB6368D046171D13f362e
Octal26666215010627354776656
Binary1011011011011010001101010001101011111101100111111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6368D; }

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

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

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

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

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

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

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

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