#B790CA

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

Shades of East Side #B790CA

Tints of East Side #B790CA

Color information

#B790CA (or 0xB790CA) is unknown color: approx East Side. HEX triplet: B7, 90 and CA. RGB value is (183,144,202). Sum of RGB (Red+Green+Blue) = 183+144+202=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #B790CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790CA is #486F35. Grayscale: #A2A2A2. Windows color (decimal): -4747062 or 13275319. OLE color: 13275319.

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

Color convert

RGB183144202-
CMYK0.090.2900.21
HSL280.34º35.37%67.84%-
HSV(B)280.34º28.71%79.22%-
XYZ40.1634.2860.38-
YUV162.27150.42142.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=34.59%
G=27.22%
B=38.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831442020.090.2900.21280.3435.3767.84
HexB790CA91D0151182344
Octal267220312113502543043104
Binary1011011110010000110010101001111010101011000110001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790CA; }

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

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

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

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

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

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

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

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