Html Css Color HEX #BB84EC Wisteria

📋 copy color: '#BB84EC'

red 187 ◦ green 132 ◦ blue 236

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

Shades of Wisteria #BB84EC

Tints of Wisteria #BB84EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 33.69%
G = 23.78%
B = 42.52%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB84EC (or 0xBB84EC) is known color: Wisteria. HEX triplet: BB, 84 and EC. RGB value is (187,132,236). Sum of RGB (Red+Green+Blue) = 187+132+236=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84EC is #447B13. Grayscale: #9F9F9F. Windows color (decimal): -4487956 or 15500475. OLE color: 15500475.

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

Color convert

RGB 187 132 236 -
CMYK 0.21 0.44 0 0.07
HSL 271.73º 0.73% 0.72% -
HSV(B) 271.73º 0.44% 0.93% -
XYZ 43.89 33.12 83.44 -
YUV 160.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 187 132 236 0.21 0.44 0 0.07 271.73 0.73 0.72
Hex BB 84 EC 15 2C 0 7 110 49 48
Octal 273 204 354 25 54 0 7 420 111 110
Binary 10111011 10000100 11101100 10101 101100 0 111 100010000 1001001 1001000

Color Harmonies of #BB84EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84EC

Black with #BB84EC

Text Example


Text Example

White with #BB84EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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