Html Css Color HEX #BB80E8 Wisteria

📋 copy color: '#BB80E8'

red 187 ◦ green 128 ◦ blue 232

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

Shades of Wisteria #BB80E8

Tints of Wisteria #BB80E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.41%

R = 34.19%
G = 23.4%
B = 42.41%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB80E8 (or 0xBB80E8) is known color: Wisteria. HEX triplet: BB, 80 and E8. RGB value is (187,128,232). Sum of RGB (Red+Green+Blue) = 187+128+232=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB80E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80E8 is #447F17. Grayscale: #9D9D9D. Windows color (decimal): -4488984 or 15237307. OLE color: 15237307.

HSL color Cylindrical-coordinate representation of color #BB80E8: hue angle of 274.04º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB80E8 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 128 232 -
CMYK 0.19 0.45 0 0.09
HSL 274.04º 0.69% 0.71% -
HSV(B) 274.04º 0.45% 0.91% -
XYZ 42.78 31.83 80.23 -
YUV 157.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 187 128 232 0.19 0.45 0 0.09 274.04 0.69 0.71
Hex BB 80 E8 13 2D 0 9 112 45 47
Octal 273 200 350 23 55 0 11 422 105 107
Binary 10111011 10000000 11101000 10011 101101 0 1001 100010010 1000101 1000111

Color Harmonies of #BB80E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80E8

Black with #BB80E8

Text Example


Text Example

White with #BB80E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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