#B782CA

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

Shades of East Side #B782CA

Tints of East Side #B782CA

Color information

#B782CA (or 0xB782CA) is unknown color: approx East Side. HEX triplet: B7, 82 and CA. RGB value is (183,130,202). Sum of RGB (Red+Green+Blue) = 183+130+202=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #B782CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782CA is #487D35. Grayscale: #999999. Windows color (decimal): -4750646 or 13271735. OLE color: 13271735.

HSL color Cylindrical-coordinate representation of color #B782CA: hue angle of 284.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B782CA is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183130202-
CMYK0.090.3600.21
HSL284.17º40.45%65.1%-
HSV(B)284.17º35.64%79.22%-
XYZ38.1730.359.71-
YUV154.05155.06148.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=35.53%
G=25.24%
B=39.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831302020.090.3600.21284.1740.4565.1
HexB782CA92401511c2841
Octal267202312114402543450101
Binary10110111100000101100101010011001000101011000111001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782CA; }

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

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

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

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

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

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

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

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