#B63888

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

Shades of Medium Red Violet #B63888

Tints of Medium Red Violet #B63888

Color information

#B63888 (or 0xB63888) is unknown color: approx Medium Red Violet. HEX triplet: B6, 38 and 88. RGB value is (182,56,136). Sum of RGB (Red+Green+Blue) = 182+56+136=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B63888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63888 is #49C777. Grayscale: #666666. Windows color (decimal): -4835192 or 8927414. OLE color: 8927414.

HSL color Cylindrical-coordinate representation of color #B63888: hue angle of 321.9º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63888 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18256136-
CMYK00.690.250.29
HSL321.9º52.94%46.67%-
HSV(B)321.9º69.23%71.37%-
XYZ25.1514.5524.78-
YUV102.79146.74184.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 56 (22.27% from 255) = 14.97%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=48.66%
G=14.97%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825613600.690.250.29321.952.9446.67
HexB63888045191D142352f
Octal26670210010531355026557
Binary1011011011100010001000010001011100111101101000010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63888; }

 p { color: rgb(182,56,136); }

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

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

 a { background-color: rgb(182,56,136); }

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

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

 span { border-color: rgb(182,56,136); }

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