Html Css Color HEX #B584BD East Side

📋 copy color: '#B584BD'

red 181 ◦ green 132 ◦ blue 189

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

Shades of East Side #B584BD

Tints of East Side #B584BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.29%

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 36.06%
G = 26.29%
B = 37.65%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B584BD (or 0xB584BD) is known color: East Side. HEX triplet: B5, 84 and BD. RGB value is (181,132,189). Sum of RGB (Red+Green+Blue) = 181+132+189=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 132 (51.95% from 255 or 26.29% 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 #B584BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584BD is #4A7B42. Grayscale: #989898. Windows color (decimal): -4881219 or 12420277. OLE color: 12420277.

HSL color Cylindrical-coordinate representation of color #B584BD: hue angle of 291.58º 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 #B584BD is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 132 189 -
CMYK 0.04 0.30 0 0.26
HSL 291.58º 0.3% 0.63% -
HSV(B) 291.58º 0.3% 0.74% -
XYZ 36.49 30 52.01 -
YUV 153.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 181 132 189 0.04 0.30 0 0.26 291.58 0.3 0.63
Hex B5 84 BD 4 1E 0 1A 124 1E 3F
Octal 265 204 275 4 36 0 32 444 36 77
Binary 10110101 10000100 10111101 100 11110 0 11010 100100100 11110 111111

Color Harmonies of #B584BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B584BD

Black with #B584BD

Text Example


Text Example

White with #B584BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B584BD; }

 p { color: rgb(181,132,189); }

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

background-color css

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

 a { background-color: rgb(181,132,189); }

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

border-color css

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

 span { border-color: rgb(181,132,189); }

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