Html Css Color HEX #B980BE East Side

📋 copy color: '#B980BE'

red 185 ◦ green 128 ◦ blue 190

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

Shades of East Side #B980BE

Tints of East Side #B980BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 36.78%
G = 25.45%
B = 37.77%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B980BE (or 0xB980BE) is known color: East Side. HEX triplet: B9, 80 and BE. RGB value is (185,128,190). Sum of RGB (Red+Green+Blue) = 185+128+190=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #B980BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980BE is #467F41. Grayscale: #979797. Windows color (decimal): -4620098 or 12484793. OLE color: 12484793.

HSL color Cylindrical-coordinate representation of color #B980BE: hue angle of 295.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B980BE is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 128 190 -
CMYK 0.03 0.33 0 0.25
HSL 295.16º 0.32% 0.62% -
HSV(B) 295.16º 0.33% 0.75% -
XYZ 37.02 29.47 52.45 -
YUV 152.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 185 128 190 0.03 0.33 0 0.25 295.16 0.32 0.62
Hex B9 80 BE 3 21 0 19 127 20 3E
Octal 271 200 276 3 41 0 31 447 40 76
Binary 10111001 10000000 10111110 11 100001 0 11001 100100111 100000 111110

Color Harmonies of #B980BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980BE

Black with #B980BE

Text Example


Text Example

White with #B980BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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