Html Css Color HEX #B980CB East Side

📋 copy color: '#B980CB'

red 185 ◦ green 128 ◦ blue 203

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

Shades of East Side #B980CB

Tints of East Side #B980CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 35.85%
G = 24.81%
B = 39.34%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B980CB (or 0xB980CB) is known color: East Side. HEX triplet: B9, 80 and CB. RGB value is (185,128,203). Sum of RGB (Red+Green+Blue) = 185+128+203=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B980CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980CB is #467F34. Grayscale: #999999. Windows color (decimal): -4620085 or 13336761. OLE color: 13336761.

HSL color Cylindrical-coordinate representation of color #B980CB: hue angle of 285.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B980CB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 128 203 -
CMYK 0.09 0.37 0 0.20
HSL 285.6º 0.42% 0.65% -
HSV(B) 285.6º 0.37% 0.8% -
XYZ 38.51 30.06 60.27 -
YUV 153.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 185 128 203 0.09 0.37 0 0.20 285.6 0.42 0.65
Hex B9 80 CB 9 25 0 14 11E 2A 41
Octal 271 200 313 11 45 0 24 436 52 101
Binary 10111001 10000000 11001011 1001 100101 0 10100 100011110 101010 1000001

Color Harmonies of #B980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980CB

Black with #B980CB

Text Example


Text Example

White with #B980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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