#B97CCF

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

Shades of East Side #B97CCF

Tints of East Side #B97CCF

Color information

#B97CCF (or 0xB97CCF) is unknown color: approx East Side. HEX triplet: B9, 7C and CF. RGB value is (185,124,207). Sum of RGB (Red+Green+Blue) = 185+124+207=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #B97CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CCF is #468330. Grayscale: #979797. Windows color (decimal): -4621105 or 13597881. OLE color: 13597881.

HSL color Cylindrical-coordinate representation of color #B97CCF: hue angle of 284.1º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B97CCF is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185124207-
CMYK0.110.4000.19
HSL284.1º46.37%64.9%-
HSV(B)284.1º40.1%81.18%-
XYZ38.4829.2362.65-
YUV151.7159.21151.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=35.85%
G=24.03%
B=40.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851242070.110.4000.19284.146.3764.9
HexB97CCFB2801311c2e41
Octal271174317135002343456101
Binary1011100111111001100111110111010000100111000111001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CCF; }

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

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

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

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

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

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

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

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