Html Css Color HEX #B980CA East Side

📋 copy color: '#B980CA'

red 185 ◦ green 128 ◦ blue 202

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

Shades of East Side #B980CA

Tints of East Side #B980CA

RGB

 RED value IS 185 (72.66% from 255) = 35.92%

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

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

R = 35.92%
G = 24.85%
B = 39.22%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B980CA (or 0xB980CA) is known color: East Side. HEX triplet: B9, 80 and CA. RGB value is (185,128,202). Sum of RGB (Red+Green+Blue) = 185+128+202=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #B980CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980CA is #467F35. Grayscale: #999999. Windows color (decimal): -4620086 or 13271225. OLE color: 13271225.

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

Color convert

RGB 185 128 202 -
CMYK 0.08 0.37 0 0.21
HSL 286.22º 0.41% 0.65% -
HSV(B) 286.22º 0.37% 0.79% -
XYZ 38.39 30.02 59.65 -
YUV 153.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 185 128 202 0.08 0.37 0 0.21 286.22 0.41 0.65
Hex B9 80 CA 8 25 0 15 11E 29 41
Octal 271 200 312 10 45 0 25 436 51 101
Binary 10111001 10000000 11001010 1000 100101 0 10101 100011110 101001 1000001

Color Harmonies of #B980CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980CA

Black with #B980CA

Text Example


Text Example

White with #B980CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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