Html Css Color HEX #BB80DF Wisteria

📋 copy color: '#BB80DF'

red 187 ◦ green 128 ◦ blue 223

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

Shades of Wisteria #BB80DF

Tints of Wisteria #BB80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 34.76%
G = 23.79%
B = 41.45%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB80DF (or 0xBB80DF) is known color: Wisteria. HEX triplet: BB, 80 and DF. RGB value is (187,128,223). Sum of RGB (Red+Green+Blue) = 187+128+223=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80DF is #447F20. Grayscale: #9C9C9C. Windows color (decimal): -4488993 or 14647483. OLE color: 14647483.

HSL color Cylindrical-coordinate representation of color #BB80DF: hue angle of 277.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB80DF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 128 223 -
CMYK 0.16 0.43 0 0.13
HSL 277.26º 0.6% 0.69% -
HSV(B) 277.26º 0.43% 0.87% -
XYZ 41.53 31.33 73.67 -
YUV 156.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 187 128 223 0.16 0.43 0 0.13 277.26 0.6 0.69
Hex BB 80 DF 10 2B 0 D 115 3C 45
Octal 273 200 337 20 53 0 15 425 74 105
Binary 10111011 10000000 11011111 10000 101011 0 1101 100010101 111100 1000101

Color Harmonies of #BB80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80DF

Black with #BB80DF

Text Example


Text Example

White with #BB80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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