#B08DCA

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

Shades of East Side #B08DCA

Tints of East Side #B08DCA

Color information

#B08DCA (or 0xB08DCA) is unknown color: approx East Side. HEX triplet: B0, 8D and CA. RGB value is (176,141,202). Sum of RGB (Red+Green+Blue) = 176+141+202=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #B08DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DCA is #4F7235. Grayscale: #9E9E9E. Windows color (decimal): -5206582 or 13274544. OLE color: 13274544.

HSL color Cylindrical-coordinate representation of color #B08DCA: hue angle of 274.43º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08DCA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176141202-
CMYK0.130.3000.21
HSL274.43º36.53%67.25%-
HSV(B)274.43º30.2%79.22%-
XYZ38.0932.5460.15-
YUV158.42152.6140.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=33.91%
G=27.17%
B=38.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761412020.130.3000.21274.4336.5367.25
HexB08DCAD1E0151122543
Octal260215312153602542245103
Binary1011000010001101110010101101111100101011000100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DCA; }

 p { color: rgb(176,141,202); }

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

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

 a { background-color: rgb(176,141,202); }

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

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

 span { border-color: rgb(176,141,202); }

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