Html Css Color HEX #BB82DB Wisteria

📋 copy color: '#BB82DB'

red 187 ◦ green 130 ◦ blue 219

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

Shades of Wisteria #BB82DB

Tints of Wisteria #BB82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.25%

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

R = 34.89%
G = 24.25%
B = 40.86%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB82DB (or 0xBB82DB) is known color: Wisteria. HEX triplet: BB, 82 and DB. RGB value is (187,130,219). Sum of RGB (Red+Green+Blue) = 187+130+219=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82DB is #447D24. Grayscale: #9C9C9C. Windows color (decimal): -4488485 or 14385851. OLE color: 14385851.

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

Color convert

RGB 187 130 219 -
CMYK 0.15 0.41 0 0.14
HSL 278.43º 0.55% 0.68% -
HSV(B) 278.43º 0.41% 0.86% -
XYZ 41.26 31.64 70.95 -
YUV 157.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 187 130 219 0.15 0.41 0 0.14 278.43 0.55 0.68
Hex BB 82 DB F 29 0 E 116 37 44
Octal 273 202 333 17 51 0 16 426 67 104
Binary 10111011 10000010 11011011 1111 101001 0 1110 100010110 110111 1000100

Color Harmonies of #BB82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82DB

Black with #BB82DB

Text Example


Text Example

White with #BB82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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