#B97CC4

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

Shades of East Side #B97CC4

Tints of East Side #B97CC4

Color information

#B97CC4 (or 0xB97CC4) is unknown color: approx East Side. HEX triplet: B9, 7C and C4. RGB value is (185,124,196). Sum of RGB (Red+Green+Blue) = 185+124+196=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #B97CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CC4 is #46833B. Grayscale: #969696. Windows color (decimal): -4621116 or 12876985. OLE color: 12876985.

HSL color Cylindrical-coordinate representation of color #B97CC4: hue angle of 290.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B97CC4 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185124196-
CMYK0.060.3700.23
HSL290.83º37.89%62.75%-
HSV(B)290.83º36.73%76.86%-
XYZ37.1828.7255.81-
YUV150.45153.71152.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 124 (48.83% from 255) = 24.55%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=36.63%
G=24.55%
B=38.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851241960.060.3700.23290.8337.8962.75
HexB97CC4625017123263f
Octal2711743046450274434677
Binary10111001111110011000100110100101010111100100011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CC4; }

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

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

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

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

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

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

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

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