Html Css Color HEX #B485BE East Side

📋 copy color: '#B485BE'

red 180 ◦ green 133 ◦ blue 190

#B485BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B485BE

Tints of East Side #B485BE

RGB

 RED value IS 180 (70.7% 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 value IS 0.05

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B485BE (or 0xB485BE) is known color: 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

RGB 180 133 190 -
CMYK 0.05 0.3 0 0.25
HSL 289.47º 0.3% 0.63% -
HSV(B) 289.47º 0.3% 0.75% -
XYZ 36.5 30.2 52.62 -
YUV 153.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 180 133 190 0.05 0.3 0 0.25 289.47 0.3 0.63
Hex B4 85 BE 5 1E 0 19 121 1E 3F
Octal 264 205 276 5 36 0 31 441 36 77
Binary 10110100 10000101 10111110 101 11110 0 11001 100100001 11110 111111

Color Harmonies of #B485BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B485BE

Black with #B485BE

Text Example


Text Example

White with #B485BE

Text Example


Text Example

HTML Codes & Css Web 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>