Html Css Color HEX #BB84EE Wisteria

📋 copy color: '#BB84EE'

red 187 ◦ green 132 ◦ blue 238

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

Shades of Wisteria #BB84EE

Tints of Wisteria #BB84EE

RGB

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

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

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

R = 33.57%
G = 23.7%
B = 42.73%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB84EE (or 0xBB84EE) is known color: Wisteria. HEX triplet: BB, 84 and EE. RGB value is (187,132,238). Sum of RGB (Red+Green+Blue) = 187+132+238=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84EE is #447B11. Grayscale: #A0A0A0. Windows color (decimal): -4487954 or 15631547. OLE color: 15631547.

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

Color convert

RGB 187 132 238 -
CMYK 0.21 0.45 0 0.07
HSL 271.13º 0.76% 0.73% -
HSV(B) 271.13º 0.45% 0.93% -
XYZ 44.18 33.24 84.98 -
YUV 160.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 187 132 238 0.21 0.45 0 0.07 271.13 0.76 0.73
Hex BB 84 EE 15 2D 0 7 10F 4C 49
Octal 273 204 356 25 55 0 7 417 114 111
Binary 10111011 10000100 11101110 10101 101101 0 111 100001111 1001100 1001001

Color Harmonies of #BB84EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84EE

Black with #BB84EE

Text Example


Text Example

White with #BB84EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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