Html Css Color HEX #B580CC East Side

📋 copy color: '#B580CC'

red 181 ◦ green 128 ◦ blue 204

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

Shades of East Side #B580CC

Tints of East Side #B580CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 35.28%
G = 24.95%
B = 39.77%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B580CC (or 0xB580CC) is known color: East Side. HEX triplet: B5, 80 and CC. RGB value is (181,128,204). Sum of RGB (Red+Green+Blue) = 181+128+204=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #B580CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580CC is #4A7F33. Grayscale: #989898. Windows color (decimal): -4882228 or 13402293. OLE color: 13402293.

HSL color Cylindrical-coordinate representation of color #B580CC: hue angle of 281.84º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B580CC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 128 204 -
CMYK 0.11 0.37 0 0.2
HSL 281.84º 0.43% 0.65% -
HSV(B) 281.84º 0.37% 0.8% -
XYZ 37.67 29.62 60.86 -
YUV 152.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 181 128 204 0.11 0.37 0 0.2 281.84 0.43 0.65
Hex B5 80 CC B 25 0 14 11A 2B 41
Octal 265 200 314 13 45 0 24 432 53 101
Binary 10110101 10000000 11001100 1011 100101 0 10100 100011010 101011 1000001

Color Harmonies of #B580CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580CC

Black with #B580CC

Text Example


Text Example

White with #B580CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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