Html Css Color HEX #BB84E5 Wisteria

📋 copy color: '#BB84E5'

red 187 ◦ green 132 ◦ blue 229

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

Shades of Wisteria #BB84E5

Tints of Wisteria #BB84E5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.09%

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 34.12%
G = 24.09%
B = 41.79%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB84E5 (or 0xBB84E5) is known color: Wisteria. HEX triplet: BB, 84 and E5. RGB value is (187,132,229). Sum of RGB (Red+Green+Blue) = 187+132+229=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB84E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84E5 is #447B1A. Grayscale: #9F9F9F. Windows color (decimal): -4487963 or 15041723. OLE color: 15041723.

HSL color Cylindrical-coordinate representation of color #BB84E5: hue angle of 274.02º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB84E5 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 132 229 -
CMYK 0.18 0.42 0 0.10
HSL 274.02º 0.65% 0.71% -
HSV(B) 274.02º 0.42% 0.9% -
XYZ 42.89 32.72 78.18 -
YUV 159.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 187 132 229 0.18 0.42 0 0.10 274.02 0.65 0.71
Hex BB 84 E5 12 2A 0 A 112 41 47
Octal 273 204 345 22 52 0 12 422 101 107
Binary 10111011 10000100 11100101 10010 101010 0 1010 100010010 1000001 1000111

Color Harmonies of #BB84E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84E5

Black with #BB84E5

Text Example


Text Example

White with #BB84E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84E5; }

 p { color: rgb(187,132,229); }

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

background-color css

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

 a { background-color: rgb(187,132,229); }

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

border-color css

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

 span { border-color: rgb(187,132,229); }

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