#B97CC7

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

Shades of East Side #B97CC7

Tints of East Side #B97CC7

Color information

#B97CC7 (or 0xB97CC7) is unknown color: approx East Side. HEX triplet: B9, 7C and C7. RGB value is (185,124,199). Sum of RGB (Red+Green+Blue) = 185+124+199=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #B97CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CC7 is #468338. Grayscale: #969696. Windows color (decimal): -4621113 or 13073593. OLE color: 13073593.

HSL color Cylindrical-coordinate representation of color #B97CC7: hue angle of 288.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97CC7 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185124199-
CMYK0.070.3800.22
HSL288.8º40.11%63.33%-
HSV(B)288.8º37.69%78.04%-
XYZ37.5228.8557.62-
YUV150.79155.21152.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 199 (78.12% from 255) = 39.17%
R=36.42%
G=24.41%
B=39.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851241990.070.3800.22288.840.1163.33
HexB97CC7726016121283f
Octal2711743077460264415077
Binary10111001111110011000111111100110010110100100001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CC7; }

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

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

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

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

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

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

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

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