#B782BF

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

Shades of East Side #B782BF

Tints of East Side #B782BF

Color information

#B782BF (or 0xB782BF) is unknown color: approx East Side. HEX triplet: B7, 82 and BF. RGB value is (183,130,191). Sum of RGB (Red+Green+Blue) = 183+130+191=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #B782BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782BF is #487D40. Grayscale: #989898. Windows color (decimal): -4750657 or 12550839. OLE color: 12550839.

HSL color Cylindrical-coordinate representation of color #B782BF: hue angle of 292.13º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B782BF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183130191-
CMYK0.040.3200.25
HSL292.13º32.28%62.94%-
HSV(B)292.13º31.94%74.9%-
XYZ36.9229.7953.1-
YUV152.8149.56149.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 191 (75% from 255) = 37.90%
R=36.31%
G=25.79%
B=37.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831301910.040.3200.25292.1332.2862.94
HexB782BF420019124203f
Octal2672022774400314444077
Binary101101111000001010111111100100000011001100100100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782BF; }

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

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

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

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

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

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

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

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