#B6368F

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

Shades of Medium Red Violet #B6368F

Tints of Medium Red Violet #B6368F

Color information

#B6368F (or 0xB6368F) is unknown color: approx Medium Red Violet. HEX triplet: B6, 36 and 8F. RGB value is (182,54,143). Sum of RGB (Red+Green+Blue) = 182+54+143=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6368F is #49C970. Grayscale: #666666. Windows color (decimal): -4835697 or 9385654. OLE color: 9385654.

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

Color convert

RGB18254143-
CMYK00.700.210.29
HSL318.28º54.24%46.27%-
HSV(B)318.28º70.33%71.37%-
XYZ25.5714.5727.45-
YUV102.42150.91184.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=48.02%
G=14.25%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825414300.700.210.29318.2854.2446.27
HexB6368F046151D13e362e
Octal26666217010625354766656
Binary1011011011011010001111010001101010111101100111110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6368F; }

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

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

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

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

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

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

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

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