#B82688

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

Shades of Medium Red Violet #B82688

Tints of Medium Red Violet #B82688

Color information

#B82688 (or 0xB82688) is unknown color: approx Medium Red Violet. HEX triplet: B8, 26 and 88. RGB value is (184,38,136). Sum of RGB (Red+Green+Blue) = 184+38+136=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B82688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82688 is #47D977. Grayscale: #5C5C5C. Windows color (decimal): -4708728 or 8922808. OLE color: 8922808.

HSL color Cylindrical-coordinate representation of color #B82688: hue angle of 319.73º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82688 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB18438136-
CMYK00.790.260.28
HSL319.73º65.77%43.53%-
HSV(B)319.73º79.35%72.16%-
XYZ24.913.3524.56-
YUV92.83152.37193.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.40%
GREEN value IS 38 (15.23% from 255) = 10.61%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=51.40%
G=10.61%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843813600.790.260.28319.7365.7743.53
HexB8268804F1A1C140422c
Octal270462100117323450010254
Binary10111000100110100010000100111111010111001010000001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82688; }

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

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

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

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

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

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

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

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