Html Css Color HEX #B980BF East Side

📋 copy color: '#B980BF'

red 185 ◦ green 128 ◦ blue 191

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

Shades of East Side #B980BF

Tints of East Side #B980BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 36.71%
G = 25.4%
B = 37.9%

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

#B980BF (or 0xB980BF) is known color: East Side. HEX triplet: B9, 80 and BF. RGB value is (185,128,191). Sum of RGB (Red+Green+Blue) = 185+128+191=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #B980BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980BF is #467F40. Grayscale: #989898. Windows color (decimal): -4620097 or 12550329. OLE color: 12550329.

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

Color convert

RGB 185 128 191 -
CMYK 0.03 0.33 0 0.25
HSL 294.29º 0.33% 0.63% -
HSV(B) 294.29º 0.33% 0.75% -
XYZ 37.13 29.51 53.03 -
YUV 152.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 185 128 191 0.03 0.33 0 0.25 294.29 0.33 0.63
Hex B9 80 BF 3 21 0 19 126 21 3F
Octal 271 200 277 3 41 0 31 446 41 77
Binary 10111001 10000000 10111111 11 100001 0 11001 100100110 100001 111111

Color Harmonies of #B980BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980BF

Black with #B980BF

Text Example


Text Example

White with #B980BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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