#B985CD

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

Shades of East Side #B985CD

Tints of East Side #B985CD

Color information

#B985CD (or 0xB985CD) is unknown color: approx East Side. HEX triplet: B9, 85 and CD. RGB value is (185,133,205). Sum of RGB (Red+Green+Blue) = 185+133+205=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #B985CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985CD is #467A32. Grayscale: #9C9C9C. Windows color (decimal): -4618803 or 13469113. OLE color: 13469113.

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

Color convert

RGB185133205-
CMYK0.100.3500.20
HSL283.33º41.86%66.27%-
HSV(B)283.33º35.12%80.39%-
XYZ39.4131.561.76-
YUV156.76155.23148.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=35.37%
G=25.43%
B=39.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851332050.100.3500.20283.3341.8666.27
HexB985CDA2301411b2a42
Octal271205315124302443352102
Binary10111001100001011100110110101000110101001000110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985CD; }

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

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

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

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

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

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

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

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