#B485BE

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

Shades of East Side #B485BE

Tints of East Side #B485BE

Color information

#B485BE (or 0xB485BE) is unknown color: approx East Side. HEX triplet: B4, 85 and BE. RGB value is (180,133,190). Sum of RGB (Red+Green+Blue) = 180+133+190=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #B485BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485BE is #4B7A41. Grayscale: #999999. Windows color (decimal): -4946498 or 12486068. OLE color: 12486068.

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

Color convert

RGB180133190-
CMYK0.050.300.25
HSL289.47º30.48%63.33%-
HSV(B)289.47º30%74.51%-
XYZ36.530.252.62-
YUV153.55148.57146.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=35.79%
G=26.44%
B=37.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801331900.050.300.25289.4730.4863.33
HexB485BE51E0191211e3f
Octal2642052765360314413677
Binary1011010010000101101111101011111001100110010000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485BE; }

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

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

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

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

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

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

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

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