#B97CC1

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

Shades of East Side #B97CC1

Tints of East Side #B97CC1

Color information

#B97CC1 (or 0xB97CC1) is unknown color: approx East Side. HEX triplet: B9, 7C and C1. RGB value is (185,124,193). Sum of RGB (Red+Green+Blue) = 185+124+193=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #B97CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CC1 is #46833E. Grayscale: #959595. Windows color (decimal): -4621119 or 12680377. OLE color: 12680377.

HSL color Cylindrical-coordinate representation of color #B97CC1: hue angle of 293.04º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97CC1 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185124193-
CMYK0.040.3600.24
HSL293.04º35.75%62.16%-
HSV(B)293.04º35.75%75.69%-
XYZ36.8428.5854.03-
YUV150.11152.21152.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 124 (48.83% from 255) = 24.70%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=36.85%
G=24.70%
B=38.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851241930.040.3600.24293.0435.7562.16
HexB97CC1424018125243e
Octal2711743014440304454476
Binary10111001111110011000001100100100011000100100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CC1; }

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

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

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

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

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

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

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

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