Html Css Color HEX #B980DA East Side

📋 copy color: '#B980DA'

red 185 ◦ green 128 ◦ blue 218

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

Shades of East Side #B980DA

Tints of East Side #B980DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 34.84%
G = 24.11%
B = 41.05%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B980DA (or 0xB980DA) is known color: East Side. HEX triplet: B9, 80 and DA. RGB value is (185,128,218). Sum of RGB (Red+Green+Blue) = 185+128+218=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #B980DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980DA is #467F25. Grayscale: #9A9A9A. Windows color (decimal): -4620070 or 14319801. OLE color: 14319801.

HSL color Cylindrical-coordinate representation of color #B980DA: hue angle of 278º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B980DA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 128 218 -
CMYK 0.15 0.41 0 0.15
HSL 278º 0.55% 0.68% -
HSV(B) 278º 0.41% 0.85% -
XYZ 40.38 30.81 70.15 -
YUV 155.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 185 128 218 0.15 0.41 0 0.15 278 0.55 0.68
Hex B9 80 DA F 29 0 F 116 37 44
Octal 271 200 332 17 51 0 17 426 67 104
Binary 10111001 10000000 11011010 1111 101001 0 1111 100010110 110111 1000100

Color Harmonies of #B980DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980DA

Black with #B980DA

Text Example


Text Example

White with #B980DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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