Html Css Color HEX #B580CA East Side

📋 copy color: '#B580CA'

red 181 ◦ green 128 ◦ blue 202

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

Shades of East Side #B580CA

Tints of East Side #B580CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 35.42%
G = 25.05%
B = 39.53%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B580CA (or 0xB580CA) is known color: East Side. HEX triplet: B5, 80 and CA. RGB value is (181,128,202). Sum of RGB (Red+Green+Blue) = 181+128+202=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #B580CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580CA is #4A7F35. Grayscale: #989898. Windows color (decimal): -4882230 or 13271221. OLE color: 13271221.

HSL color Cylindrical-coordinate representation of color #B580CA: hue angle of 282.97º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B580CA is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 128 202 -
CMYK 0.10 0.37 0 0.21
HSL 282.97º 0.41% 0.65% -
HSV(B) 282.97º 0.37% 0.79% -
XYZ 37.44 29.53 59.6 -
YUV 152.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 181 128 202 0.10 0.37 0 0.21 282.97 0.41 0.65
Hex B5 80 CA A 25 0 15 11B 29 41
Octal 265 200 312 12 45 0 25 433 51 101
Binary 10110101 10000000 11001010 1010 100101 0 10101 100011011 101001 1000001

Color Harmonies of #B580CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580CA

Black with #B580CA

Text Example


Text Example

White with #B580CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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