#B97BC0

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

Shades of East Side #B97BC0

Tints of East Side #B97BC0

Color information

#B97BC0 (or 0xB97BC0) is unknown color: approx East Side. HEX triplet: B9, 7B and C0. RGB value is (185,123,192). Sum of RGB (Red+Green+Blue) = 185+123+192=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #B97BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BC0 is #46843F. Grayscale: #959595. Windows color (decimal): -4621376 or 12614585. OLE color: 12614585.

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

Color convert

RGB185123192-
CMYK0.040.3600.25
HSL293.91º35.38%61.76%-
HSV(B)293.91º35.94%75.29%-
XYZ36.628.2953.4-
YUV149.4152.04153.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=37%
G=24.6%
B=38.4%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851231920.040.3600.25293.9135.3861.76
HexB97BC0424019126233e
Octal2711733004440314464376
Binary10111001111101111000000100100100011001100100110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BC0; }

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

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

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

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

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

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

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

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