Html Css Color HEX #B480CA East Side

📋 copy color: '#B480CA'

red 180 ◦ green 128 ◦ blue 202

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

Shades of East Side #B480CA

Tints of East Side #B480CA

RGB

 RED value IS 180 (70.7% from 255) = 35.29%

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

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

R = 35.29%
G = 25.1%
B = 39.61%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B480CA (or 0xB480CA) is known color: East Side. HEX triplet: B4, 80 and CA. RGB value is (180,128,202). Sum of RGB (Red+Green+Blue) = 180+128+202=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #B480CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480CA is #4B7F35. Grayscale: #979797. Windows color (decimal): -4947766 or 13271220. OLE color: 13271220.

HSL color Cylindrical-coordinate representation of color #B480CA: hue angle of 282.16º 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 #B480CA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 128 202 -
CMYK 0.11 0.37 0 0.21
HSL 282.16º 0.41% 0.65% -
HSV(B) 282.16º 0.37% 0.79% -
XYZ 37.2 29.41 59.59 -
YUV 151.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 180 128 202 0.11 0.37 0 0.21 282.16 0.41 0.65
Hex B4 80 CA B 25 0 15 11A 29 41
Octal 264 200 312 13 45 0 25 432 51 101
Binary 10110100 10000000 11001010 1011 100101 0 10101 100011010 101001 1000001

Color Harmonies of #B480CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B480CA

Black with #B480CA

Text Example


Text Example

White with #B480CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B480CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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