#B97BDC

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

Shades of East Side #B97BDC

Tints of East Side #B97BDC

Color information

#B97BDC (or 0xB97BDC) is unknown color: approx East Side. HEX triplet: B9, 7B and DC. RGB value is (185,123,220). Sum of RGB (Red+Green+Blue) = 185+123+220=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B97BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BDC is #468423. Grayscale: #989898. Windows color (decimal): -4621348 or 14449593. OLE color: 14449593.

HSL color Cylindrical-coordinate representation of color #B97BDC: hue angle of 278.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B97BDC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185123220-
CMYK0.160.4400.14
HSL278.35º58.08%67.25%-
HSV(B)278.35º44.09%86.27%-
XYZ40.0129.6571.32-
YUV152.6166.04151.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 123 (48.44% from 255) = 23.30%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=35.04%
G=23.30%
B=41.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851232200.160.4400.14278.3558.0867.25
HexB97BDC102C0E1163a43
Octal271173334205401642672103
Binary1011100111110111101110010000101100011101000101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BDC; }

 p { color: rgb(185,123,220); }

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

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

 a { background-color: rgb(185,123,220); }

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

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

 span { border-color: rgb(185,123,220); }

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