#B6308D

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

Shades of Medium Red Violet #B6308D

Tints of Medium Red Violet #B6308D

Color information

#B6308D (or 0xB6308D) is unknown color: approx Medium Red Violet. HEX triplet: B6, 30 and 8D. RGB value is (182,48,141). Sum of RGB (Red+Green+Blue) = 182+48+141=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6308D is #49CF72. Grayscale: #626262. Windows color (decimal): -4837235 or 9253046. OLE color: 9253046.

HSL color Cylindrical-coordinate representation of color #B6308D: hue angle of 318.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6308D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18248141-
CMYK00.740.230.29
HSL318.36º58.26%45.1%-
HSV(B)318.36º73.63%71.37%-
XYZ25.1613.9826.57-
YUV98.67151.89187.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 48 (19.14% from 255) = 12.94%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=49.06%
G=12.94%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824814100.740.230.29318.3658.2645.1
HexB6308D04A171D13e3a2d
Octal26660215011227354767255
Binary1011011011000010001101010010101011111101100111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6308D; }

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

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

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

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

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

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

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

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