Html Css Color HEX #B580BE East Side

📋 copy color: '#B580BE'

red 181 ◦ green 128 ◦ blue 190

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

Shades of East Side #B580BE

Tints of East Side #B580BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.65%

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 36.27%
G = 25.65%
B = 38.08%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B580BE (or 0xB580BE) is known color: East Side. HEX triplet: B5, 80 and BE. RGB value is (181,128,190). Sum of RGB (Red+Green+Blue) = 181+128+190=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #B580BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580BE is #4A7F41. Grayscale: #969696. Windows color (decimal): -4882242 or 12484789. OLE color: 12484789.

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

Color convert

RGB 181 128 190 -
CMYK 0.05 0.33 0 0.25
HSL 291.29º 0.32% 0.62% -
HSV(B) 291.29º 0.33% 0.75% -
XYZ 36.07 28.98 52.41 -
YUV 150.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 181 128 190 0.05 0.33 0 0.25 291.29 0.32 0.62
Hex B5 80 BE 5 21 0 19 123 20 3E
Octal 265 200 276 5 41 0 31 443 40 76
Binary 10110101 10000000 10111110 101 100001 0 11001 100100011 100000 111110

Color Harmonies of #B580BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580BE

Black with #B580BE

Text Example


Text Example

White with #B580BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580BE; }

 p { color: rgb(181,128,190); }

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

background-color css

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

 a { background-color: rgb(181,128,190); }

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

border-color css

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

 span { border-color: rgb(181,128,190); }

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