Html Css Color HEX #BB80E3 Wisteria

📋 copy color: '#BB80E3'

red 187 ◦ green 128 ◦ blue 227

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

Shades of Wisteria #BB80E3

Tints of Wisteria #BB80E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.88%

R = 34.5%
G = 23.62%
B = 41.88%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB80E3 (or 0xBB80E3) is known color: Wisteria. HEX triplet: BB, 80 and E3. RGB value is (187,128,227). Sum of RGB (Red+Green+Blue) = 187+128+227=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB80E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80E3 is #447F1C. Grayscale: #9C9C9C. Windows color (decimal): -4488989 or 14909627. OLE color: 14909627.

HSL color Cylindrical-coordinate representation of color #BB80E3: hue angle of 275.76º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB80E3 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 128 227 -
CMYK 0.18 0.44 0 0.11
HSL 275.76º 0.64% 0.7% -
HSV(B) 275.76º 0.44% 0.89% -
XYZ 42.08 31.55 76.54 -
YUV 156.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 187 128 227 0.18 0.44 0 0.11 275.76 0.64 0.7
Hex BB 80 E3 12 2C 0 B 114 40 46
Octal 273 200 343 22 54 0 13 424 100 106
Binary 10111011 10000000 11100011 10010 101100 0 1011 100010100 1000000 1000110

Color Harmonies of #BB80E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80E3

Black with #BB80E3

Text Example


Text Example

White with #BB80E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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