#b78bd3

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

Shades of East Side #B78BD3

Tints of East Side #B78BD3

Color information

#B78BD3 (or 0xB78BD3) is unknown color: approx East Side. HEX triplet: B7, 8B and D3. RGB value is (183,139,211). Sum of RGB (Red+Green+Blue) = 183+139+211=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #B78BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BD3 is #48742C. Grayscale: #A0A0A0. Windows color (decimal): -4748333 or 13863863. OLE color: 13863863.

HSL color Cylindrical-coordinate representation of color #B78BD3: hue angle of 276.67º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78BD3 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB183139211-
CMYK0.130.3400.17
HSL276.67º45%68.63%-
HSV(B)276.67º34.12%82.75%-
XYZ40.5233.2465.91-
YUV160.36156.58144.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 139 (54.69% from 255) = 26.08%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=34.33%
G=26.08%
B=39.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1831392110.130.3400.17276.674568.63
HexB78BD3D220111152d45
Octal267213323154202142555105
Binary10110111100010111101001111011000100100011000101011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b78bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b78bd3; }

 p { color: rgb(183,139,211); }

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

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

 a { background-color: rgb(183,139,211); }

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

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

 span { border-color: rgb(183,139,211); }

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