#B97FDA

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

Shades of East Side #B97FDA

Tints of East Side #B97FDA

Color information

#B97FDA (or 0xB97FDA) is unknown color: approx East Side. HEX triplet: B9, 7F and DA. RGB value is (185,127,218). Sum of RGB (Red+Green+Blue) = 185+127+218=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B97FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FDA is #468025. Grayscale: #9A9A9A. Windows color (decimal): -4620326 or 14319545. OLE color: 14319545.

HSL color Cylindrical-coordinate representation of color #B97FDA: hue angle of 278.24º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B97FDA is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185127218-
CMYK0.150.4200.15
HSL278.24º55.15%67.65%-
HSV(B)278.24º41.74%85.49%-
XYZ40.2530.5570.11-
YUV154.72163.72149.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=34.91%
G=23.96%
B=41.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851272180.150.4200.15278.2455.1567.65
HexB97FDAF2A0F1163744
Octal271177332175201742667104
Binary101110011111111110110101111101010011111000101101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FDA; }

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

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

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

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

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

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

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

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