#B485BD

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

Shades of East Side #B485BD

Tints of East Side #B485BD

Color information

#B485BD (or 0xB485BD) is unknown color: approx East Side. HEX triplet: B4, 85 and BD. RGB value is (180,133,189). Sum of RGB (Red+Green+Blue) = 180+133+189=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #B485BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485BD is #4B7A42. Grayscale: #999999. Windows color (decimal): -4946499 or 12420532. OLE color: 12420532.

HSL color Cylindrical-coordinate representation of color #B485BD: hue angle of 290.36º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B485BD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180133189-
CMYK0.050.3000.26
HSL290.36º29.79%63.14%-
HSV(B)290.36º29.63%74.12%-
XYZ36.430.1552.05-
YUV153.44148.07146.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=35.86%
G=26.49%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801331890.050.3000.26290.3629.7963.14
HexB485BD51E01A1221e3f
Octal2642052755360324423677
Binary1011010010000101101111011011111001101010010001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485BD; }

 p { color: rgb(180,133,189); }

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

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

 a { background-color: rgb(180,133,189); }

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

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

 span { border-color: rgb(180,133,189); }

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