#b782d5

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

Shades of East Side #B782D5

Tints of East Side #B782D5

Color information

#B782D5 (or 0xB782D5) is unknown color: approx East Side. HEX triplet: B7, 82 and D5. RGB value is (183,130,213). Sum of RGB (Red+Green+Blue) = 183+130+213=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #B782D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782D5 is #487D2A. Grayscale: #9B9B9B. Windows color (decimal): -4750635 or 13992631. OLE color: 13992631.

HSL color Cylindrical-coordinate representation of color #B782D5: hue angle of 278.31º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B782D5 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183130213-
CMYK0.140.3900.16
HSL278.31º49.7%67.25%-
HSV(B)278.31º38.97%83.53%-
XYZ39.5230.8466.82-
YUV155.31160.56147.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=34.79%
G=24.71%
B=40.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831302130.140.3900.16278.3149.767.25
HexB782D5E270101163243
Octal267202325164702042662103
Binary10110111100000101101010111101001110100001000101101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b782d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b782d5; }

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

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

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

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

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

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

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

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