#B97CDA

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

Shades of East Side #B97CDA

Tints of East Side #B97CDA

Color information

#B97CDA (or 0xB97CDA) is unknown color: approx East Side. HEX triplet: B9, 7C and DA. RGB value is (185,124,218). Sum of RGB (Red+Green+Blue) = 185+124+218=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B97CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CDA is #468325. Grayscale: #989898. Windows color (decimal): -4621094 or 14318777. OLE color: 14318777.

HSL color Cylindrical-coordinate representation of color #B97CDA: hue angle of 278.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B97CDA is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185124218-
CMYK0.150.4300.15
HSL278.94º55.95%67.06%-
HSV(B)278.94º43.12%85.49%-
XYZ39.8729.7969.98-
YUV152.96164.71150.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=35.10%
G=23.53%
B=41.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851242180.150.4300.15278.9455.9567.06
HexB97CDAF2B0F1173843
Octal271174332175301742770103
Binary101110011111100110110101111101011011111000101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CDA; }

 p { color: rgb(185,124,218); }

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

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

 a { background-color: rgb(185,124,218); }

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

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

 span { border-color: rgb(185,124,218); }

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