Html Css Color HEX #BB80D6 East Side

📋 copy color: '#BB80D6'

red 187 ◦ green 128 ◦ blue 214

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

Shades of East Side #BB80D6

Tints of East Side #BB80D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 35.35%
G = 24.2%
B = 40.45%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB80D6 (or 0xBB80D6) is known color: East Side. HEX triplet: BB, 80 and D6. RGB value is (187,128,214). Sum of RGB (Red+Green+Blue) = 187+128+214=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB80D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80D6 is #447F29. Grayscale: #9B9B9B. Windows color (decimal): -4489002 or 14057659. OLE color: 14057659.

HSL color Cylindrical-coordinate representation of color #BB80D6: hue angle of 281.16º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB80D6 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 128 214 -
CMYK 0.13 0.40 0 0.16
HSL 281.16º 0.51% 0.67% -
HSV(B) 281.16º 0.4% 0.84% -
XYZ 40.35 30.86 67.45 -
YUV 155.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 187 128 214 0.13 0.40 0 0.16 281.16 0.51 0.67
Hex BB 80 D6 D 28 0 10 119 33 43
Octal 273 200 326 15 50 0 20 431 63 103
Binary 10111011 10000000 11010110 1101 101000 0 10000 100011001 110011 1000011

Color Harmonies of #BB80D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80D6

Black with #BB80D6

Text Example


Text Example

White with #BB80D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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