#B782BE

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

Shades of East Side #B782BE

Tints of East Side #B782BE

Color information

#B782BE (or 0xB782BE) is unknown color: approx East Side. HEX triplet: B7, 82 and BE. RGB value is (183,130,190). Sum of RGB (Red+Green+Blue) = 183+130+190=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #B782BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782BE is #487D41. Grayscale: #989898. Windows color (decimal): -4750658 or 12485303. OLE color: 12485303.

HSL color Cylindrical-coordinate representation of color #B782BE: hue angle of 293º 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 #B782BE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183130190-
CMYK0.040.3200.25
HSL293º31.58%62.75%-
HSV(B)293º31.58%74.51%-
XYZ36.8129.7552.52-
YUV152.69149.06149.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.38%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=36.38%
G=25.84%
B=37.77%

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
Decimal1831301900.040.3200.2529331.5862.75
HexB782BE420019125203f
Octal2672022764400314454077
Binary101101111000001010111110100100000011001100100101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782BE; }

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

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

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

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

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

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

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

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