#B08DCD

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

Shades of East Side #B08DCD

Tints of East Side #B08DCD

Color information

#B08DCD (or 0xB08DCD) is unknown color: approx East Side. HEX triplet: B0, 8D and CD. RGB value is (176,141,205). Sum of RGB (Red+Green+Blue) = 176+141+205=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #B08DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DCD is #4F7232. Grayscale: #9E9E9E. Windows color (decimal): -5206579 or 13471152. OLE color: 13471152.

HSL color Cylindrical-coordinate representation of color #B08DCD: hue angle of 272.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08DCD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176141205-
CMYK0.140.3100.20
HSL272.81º39.02%67.84%-
HSV(B)272.81º31.22%80.39%-
XYZ38.4532.6962.04-
YUV158.76154.1140.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=33.72%
G=27.01%
B=39.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761412050.140.3100.20272.8139.0267.84
HexB08DCDE1F0141112744
Octal260215315163702442147104
Binary1011000010001101110011011110111110101001000100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DCD; }

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

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

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

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

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

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

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

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