Html Css Color HEX #BB84DB Wisteria

📋 copy color: '#BB84DB'

red 187 ◦ green 132 ◦ blue 219

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

Shades of Wisteria #BB84DB

Tints of Wisteria #BB84DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 34.76%
G = 24.54%
B = 40.71%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB84DB (or 0xBB84DB) is known color: Wisteria. HEX triplet: BB, 84 and DB. RGB value is (187,132,219). Sum of RGB (Red+Green+Blue) = 187+132+219=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84DB is #447B24. Grayscale: #9E9E9E. Windows color (decimal): -4487973 or 14386363. OLE color: 14386363.

HSL color Cylindrical-coordinate representation of color #BB84DB: hue angle of 277.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB84DB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 132 219 -
CMYK 0.15 0.40 0 0.14
HSL 277.93º 0.55% 0.69% -
HSV(B) 277.93º 0.4% 0.86% -
XYZ 41.53 32.18 71.04 -
YUV 158.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 187 132 219 0.15 0.40 0 0.14 277.93 0.55 0.69
Hex BB 84 DB F 28 0 E 116 37 45
Octal 273 204 333 17 50 0 16 426 67 105
Binary 10111011 10000100 11011011 1111 101000 0 1110 100010110 110111 1000101

Color Harmonies of #BB84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84DB

Black with #BB84DB

Text Example


Text Example

White with #BB84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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