#B62688

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

Shades of Medium Red Violet #B62688

Tints of Medium Red Violet #B62688

Color information

#B62688 (or 0xB62688) is unknown color: approx Medium Red Violet. HEX triplet: B6, 26 and 88. RGB value is (182,38,136). Sum of RGB (Red+Green+Blue) = 182+38+136=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B62688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62688 is #49D977. Grayscale: #5B5B5B. Windows color (decimal): -4839800 or 8922806. OLE color: 8922806.

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

Color convert

RGB18238136-
CMYK00.790.250.29
HSL319.17º65.45%43.14%-
HSV(B)319.17º79.12%71.37%-
XYZ24.4313.1124.54-
YUV92.23152.71192.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.12%
GREEN value IS 38 (15.23% from 255) = 10.67%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=51.12%
G=10.67%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823813600.790.250.29319.1765.4543.14
HexB6268804F191D13f412b
Octal266462100117313547710153
Binary10110110100110100010000100111111001111011001111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62688; }

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

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

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

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

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

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

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

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