Html Css Color HEX #BB80EE Wisteria

📋 copy color: '#BB80EE'

red 187 ◦ green 128 ◦ blue 238

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

Shades of Wisteria #BB80EE

Tints of Wisteria #BB80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 33.82%
G = 23.15%
B = 43.04%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB80EE (or 0xBB80EE) is known color: Wisteria. HEX triplet: BB, 80 and EE. RGB value is (187,128,238). Sum of RGB (Red+Green+Blue) = 187+128+238=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80EE is #447F11. Grayscale: #9D9D9D. Windows color (decimal): -4488978 or 15630523. OLE color: 15630523.

HSL color Cylindrical-coordinate representation of color #BB80EE: hue angle of 272.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB80EE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 128 238 -
CMYK 0.21 0.46 0 0.07
HSL 272.18º 0.76% 0.72% -
HSV(B) 272.18º 0.46% 0.93% -
XYZ 43.65 32.18 84.8 -
YUV 158.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 187 128 238 0.21 0.46 0 0.07 272.18 0.76 0.72
Hex BB 80 EE 15 2E 0 7 110 4C 48
Octal 273 200 356 25 56 0 7 420 114 110
Binary 10111011 10000000 11101110 10101 101110 0 111 100010000 1001100 1001000

Color Harmonies of #BB80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80EE

Black with #BB80EE

Text Example


Text Example

White with #BB80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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