Html Css Color HEX #B585BA East Side

📋 copy color: '#B585BA'

red 181 ◦ green 133 ◦ blue 186

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

Shades of East Side #B585BA

Tints of East Side #B585BA

RGB

 RED value IS 181 (71.09% from 255) = 36.2%

 GREEN value IS 133 (52.34% from 255) = 26.6%

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 36.2%
G = 26.6%
B = 37.2%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B585BA (or 0xB585BA) is known color: East Side. HEX triplet: B5, 85 and BA. RGB value is (181,133,186). Sum of RGB (Red+Green+Blue) = 181+133+186=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B585BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585BA is #4A7A45. Grayscale: #999999. Windows color (decimal): -4880966 or 12223925. OLE color: 12223925.

HSL color Cylindrical-coordinate representation of color #B585BA: hue angle of 294.34º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B585BA is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 133 186 -
CMYK 0.03 0.28 0 0.27
HSL 294.34º 0.28% 0.63% -
HSV(B) 294.34º 0.28% 0.73% -
XYZ 36.31 30.14 50.36 -
YUV 153.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 181 133 186 0.03 0.28 0 0.27 294.34 0.28 0.63
Hex B5 85 BA 3 1C 0 1B 126 1C 3F
Octal 265 205 272 3 34 0 33 446 34 77
Binary 10110101 10000101 10111010 11 11100 0 11011 100100110 11100 111111

Color Harmonies of #B585BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585BA

Black with #B585BA

Text Example


Text Example

White with #B585BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585BA; }

 p { color: rgb(181,133,186); }

 H1.HeaderClassName
 {
   color: #B585BA;
 }
 .AnyTagClassName
 {
   color: #B585BA;
 }
</style>

background-color css

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

 a { background-color: rgb(181,133,186); }

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

border-color css

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

 span { border-color: rgb(181,133,186); }

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