Html Css Color HEX #B580C2 East Side

📋 copy color: '#B580C2'

red 181 ◦ green 128 ◦ blue 194

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

Shades of East Side #B580C2

Tints of East Side #B580C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 35.98%
G = 25.45%
B = 38.57%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B580C2 (or 0xB580C2) is known color: East Side. HEX triplet: B5, 80 and C2. RGB value is (181,128,194). Sum of RGB (Red+Green+Blue) = 181+128+194=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #B580C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580C2 is #4A7F3D. Grayscale: #979797. Windows color (decimal): -4882238 or 12746933. OLE color: 12746933.

HSL color Cylindrical-coordinate representation of color #B580C2: hue angle of 288.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B580C2 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 128 194 -
CMYK 0.07 0.34 0 0.24
HSL 288.18º 0.35% 0.63% -
HSV(B) 288.18º 0.34% 0.76% -
XYZ 36.51 29.16 54.74 -
YUV 151.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 181 128 194 0.07 0.34 0 0.24 288.18 0.35 0.63
Hex B5 80 C2 7 22 0 18 120 23 3F
Octal 265 200 302 7 42 0 30 440 43 77
Binary 10110101 10000000 11000010 111 100010 0 11000 100100000 100011 111111

Color Harmonies of #B580C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580C2

Black with #B580C2

Text Example


Text Example

White with #B580C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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