Html Css Color HEX #BB80DC Wisteria

📋 copy color: '#BB80DC'

red 187 ◦ green 128 ◦ blue 220

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

Shades of Wisteria #BB80DC

Tints of Wisteria #BB80DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 34.95%
G = 23.93%
B = 41.12%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB80DC (or 0xBB80DC) is known color: Wisteria. HEX triplet: BB, 80 and DC. RGB value is (187,128,220). Sum of RGB (Red+Green+Blue) = 187+128+220=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80DC is #447F23. Grayscale: #9B9B9B. Windows color (decimal): -4488996 or 14450875. OLE color: 14450875.

HSL color Cylindrical-coordinate representation of color #BB80DC: hue angle of 278.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB80DC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 128 220 -
CMYK 0.15 0.42 0 0.14
HSL 278.48º 0.57% 0.68% -
HSV(B) 278.48º 0.42% 0.86% -
XYZ 41.13 31.17 71.56 -
YUV 156.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 187 128 220 0.15 0.42 0 0.14 278.48 0.57 0.68
Hex BB 80 DC F 2A 0 E 116 39 44
Octal 273 200 334 17 52 0 16 426 71 104
Binary 10111011 10000000 11011100 1111 101010 0 1110 100010110 111001 1000100

Color Harmonies of #BB80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80DC

Black with #BB80DC

Text Example


Text Example

White with #BB80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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