Html Css Color HEX #BB80D1 East Side

📋 copy color: '#BB80D1'

red 187 ◦ green 128 ◦ blue 209

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

Shades of East Side #BB80D1

Tints of East Side #BB80D1

RGB

 RED value IS 187 (73.44% from 255) = 35.69%

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

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 35.69%
G = 24.43%
B = 39.89%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB80D1 (or 0xBB80D1) is known color: East Side. HEX triplet: BB, 80 and D1. RGB value is (187,128,209). Sum of RGB (Red+Green+Blue) = 187+128+209=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB80D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80D1 is #447F2E. Grayscale: #9A9A9A. Windows color (decimal): -4489007 or 13729979. OLE color: 13729979.

HSL color Cylindrical-coordinate representation of color #BB80D1: hue angle of 283.7º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB80D1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 128 209 -
CMYK 0.11 0.39 0 0.18
HSL 283.7º 0.47% 0.66% -
HSV(B) 283.7º 0.39% 0.82% -
XYZ 39.72 30.61 64.14 -
YUV 154.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 187 128 209 0.11 0.39 0 0.18 283.7 0.47 0.66
Hex BB 80 D1 B 27 0 12 11C 2F 42
Octal 273 200 321 13 47 0 22 434 57 102
Binary 10111011 10000000 11010001 1011 100111 0 10010 100011100 101111 1000010

Color Harmonies of #BB80D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80D1

Black with #BB80D1

Text Example


Text Example

White with #BB80D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80D1; }

 p { color: rgb(187,128,209); }

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

background-color css

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

 a { background-color: rgb(187,128,209); }

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

border-color css

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

 span { border-color: rgb(187,128,209); }

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