Html Css Color HEX #BB86D6 Wisteria

📋 copy color: '#BB86D6'

red 187 ◦ green 134 ◦ blue 214

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

Shades of Wisteria #BB86D6

Tints of Wisteria #BB86D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 34.95%
G = 25.05%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB86D6 (or 0xBB86D6) is known color: Wisteria. HEX triplet: BB, 86 and D6. RGB value is (187,134,214). Sum of RGB (Red+Green+Blue) = 187+134+214=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86D6 is #447929. Grayscale: #9E9E9E. Windows color (decimal): -4487466 or 14059195. OLE color: 14059195.

HSL color Cylindrical-coordinate representation of color #BB86D6: hue angle of 279.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB86D6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 134 214 -
CMYK 0.13 0.37 0 0.16
HSL 279.75º 0.49% 0.68% -
HSV(B) 279.75º 0.37% 0.84% -
XYZ 41.16 32.47 67.72 -
YUV 158.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 187 134 214 0.13 0.37 0 0.16 279.75 0.49 0.68
Hex BB 86 D6 D 25 0 10 118 31 44
Octal 273 206 326 15 45 0 20 430 61 104
Binary 10111011 10000110 11010110 1101 100101 0 10000 100011000 110001 1000100

Color Harmonies of #BB86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86D6

Black with #BB86D6

Text Example


Text Example

White with #BB86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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