#B782BC

Color #B782BC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B782BC

Tints of East Side #B782BC

Color information

#B782BC (or 0xB782BC) is unknown color: approx East Side. HEX triplet: B7, 82 and BC. RGB value is (183,130,188). Sum of RGB (Red+Green+Blue) = 183+130+188=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #B782BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782BC is #487D43. Grayscale: #989898. Windows color (decimal): -4750660 or 12354231. OLE color: 12354231.

HSL color Cylindrical-coordinate representation of color #B782BC: hue angle of 294.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B782BC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183130188-
CMYK0.030.3100.26
HSL294.83º30.21%62.35%-
HSV(B)294.83º30.85%73.73%-
XYZ36.5929.6651.37-
YUV152.46148.06149.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=36.53%
G=25.95%
B=37.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831301880.030.3100.26294.8330.2162.35
HexB782BC31F01A1271e3e
Octal2672022743370324473676
Binary101101111000001010111100111111101101010010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782BC; }

 p { color: rgb(183,130,188); }

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

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

 a { background-color: rgb(183,130,188); }

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

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

 span { border-color: rgb(183,130,188); }

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