Html Css Color HEX #BB86DD Wisteria

📋 copy color: '#BB86DD'

red 187 ◦ green 134 ◦ blue 221

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

Shades of Wisteria #BB86DD

Tints of Wisteria #BB86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.72%

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 34.5%
G = 24.72%
B = 40.77%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB86DD (or 0xBB86DD) is known color: Wisteria. HEX triplet: BB, 86 and DD. RGB value is (187,134,221). Sum of RGB (Red+Green+Blue) = 187+134+221=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB86DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86DD is #447922. Grayscale: #9F9F9F. Windows color (decimal): -4487459 or 14517947. OLE color: 14517947.

HSL color Cylindrical-coordinate representation of color #BB86DD: hue angle of 276.55º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB86DD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 134 221 -
CMYK 0.15 0.39 0 0.13
HSL 276.55º 0.56% 0.7% -
HSV(B) 276.55º 0.39% 0.87% -
XYZ 42.07 32.84 72.53 -
YUV 159.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 187 134 221 0.15 0.39 0 0.13 276.55 0.56 0.7
Hex BB 86 DD F 27 0 D 115 38 46
Octal 273 206 335 17 47 0 15 425 70 106
Binary 10111011 10000110 11011101 1111 100111 0 1101 100010101 111000 1000110

Color Harmonies of #BB86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86DD

Black with #BB86DD

Text Example


Text Example

White with #BB86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86DD; }

 p { color: rgb(187,134,221); }

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

background-color css

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

 a { background-color: rgb(187,134,221); }

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

border-color css

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

 span { border-color: rgb(187,134,221); }

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