#B97BC3

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

Shades of East Side #B97BC3

Tints of East Side #B97BC3

Color information

#B97BC3 (or 0xB97BC3) is unknown color: approx East Side. HEX triplet: B9, 7B and C3. RGB value is (185,123,195). Sum of RGB (Red+Green+Blue) = 185+123+195=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #B97BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BC3 is #46843C. Grayscale: #959595. Windows color (decimal): -4621373 or 12811193. OLE color: 12811193.

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

Color convert

RGB185123195-
CMYK0.050.3700.24
HSL291.67º37.5%62.35%-
HSV(B)291.67º36.92%76.47%-
XYZ36.9428.4255.17-
YUV149.75153.54153.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=36.78%
G=24.45%
B=38.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851231950.050.3700.24291.6737.562.35
HexB97BC3525018124263e
Octal2711733035450304444676
Binary10111001111101111000011101100101011000100100100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BC3; }

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

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

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

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

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

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

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

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