#B97FCB

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

Shades of East Side #B97FCB

Tints of East Side #B97FCB

Color information

#B97FCB (or 0xB97FCB) is unknown color: approx East Side. HEX triplet: B9, 7F and CB. RGB value is (185,127,203). Sum of RGB (Red+Green+Blue) = 185+127+203=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #B97FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FCB is #468034. Grayscale: #989898. Windows color (decimal): -4620341 or 13336505. OLE color: 13336505.

HSL color Cylindrical-coordinate representation of color #B97FCB: hue angle of 285.79º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B97FCB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185127203-
CMYK0.090.3700.20
HSL285.79º42.22%64.71%-
HSV(B)285.79º37.44%79.61%-
XYZ38.3829.860.23-
YUV153.01156.22150.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=35.92%
G=24.66%
B=39.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851272030.090.3700.20285.7942.2264.71
HexB97FCB92501411e2a41
Octal271177313114502443652101
Binary1011100111111111100101110011001010101001000111101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FCB; }

 p { color: rgb(185,127,203); }

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

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

 a { background-color: rgb(185,127,203); }

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

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

 span { border-color: rgb(185,127,203); }

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