#B97BBE

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

Shades of East Side #B97BBE

Tints of East Side #B97BBE

Color information

#B97BBE (or 0xB97BBE) is unknown color: approx East Side. HEX triplet: B9, 7B and BE. RGB value is (185,123,190). Sum of RGB (Red+Green+Blue) = 185+123+190=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #B97BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BBE is #468441. Grayscale: #949494. Windows color (decimal): -4621378 or 12483513. OLE color: 12483513.

HSL color Cylindrical-coordinate representation of color #B97BBE: hue angle of 295.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97BBE is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185123190-
CMYK0.030.3500.25
HSL295.52º34.01%61.37%-
HSV(B)295.52º35.26%74.51%-
XYZ36.3828.252.24-
YUV149.18151.04153.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 123 (48.44% from 255) = 24.70%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=37.15%
G=24.70%
B=38.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851231900.030.3500.25295.5234.0161.37
HexB97BBE323019128223d
Octal2711732763430314504275
Binary1011100111110111011111011100011011001100101000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BBE; }

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

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

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

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

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

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

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

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