#B97BCD

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

Shades of East Side #B97BCD

Tints of East Side #B97BCD

Color information

#B97BCD (or 0xB97BCD) is unknown color: approx East Side. HEX triplet: B9, 7B and CD. RGB value is (185,123,205). Sum of RGB (Red+Green+Blue) = 185+123+205=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #B97BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BCD is #468432. Grayscale: #969696. Windows color (decimal): -4621363 or 13466553. OLE color: 13466553.

HSL color Cylindrical-coordinate representation of color #B97BCD: hue angle of 285.37º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B97BCD is Cyan = 0.10, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185123205-
CMYK0.100.400.20
HSL285.37º45.05%64.31%-
HSV(B)285.37º40%80.39%-
XYZ38.1128.8961.32-
YUV150.89158.54152.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=36.06%
G=23.98%
B=39.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851232050.100.400.20285.3745.0564.31
HexB97BCDA2801411d2d40
Octal271173315125002443555100
Binary1011100111110111100110110101010000101001000111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BCD; }

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

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

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

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

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

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

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

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