Html Css Color HEX #BB86E5 Wisteria

📋 copy color: '#BB86E5'

red 187 ◦ green 134 ◦ blue 229

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

Shades of Wisteria #BB86E5

Tints of Wisteria #BB86E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 34%
G = 24.36%
B = 41.64%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB86E5 (or 0xBB86E5) is known color: Wisteria. HEX triplet: BB, 86 and E5. RGB value is (187,134,229). Sum of RGB (Red+Green+Blue) = 187+134+229=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB86E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86E5 is #44791A. Grayscale: #A0A0A0. Windows color (decimal): -4487451 or 15042235. OLE color: 15042235.

HSL color Cylindrical-coordinate representation of color #BB86E5: hue angle of 273.47º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB86E5 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 134 229 -
CMYK 0.18 0.41 0 0.10
HSL 273.47º 0.65% 0.71% -
HSV(B) 273.47º 0.41% 0.9% -
XYZ 43.16 33.27 78.28 -
YUV 160.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 187 134 229 0.18 0.41 0 0.10 273.47 0.65 0.71
Hex BB 86 E5 12 29 0 A 111 41 47
Octal 273 206 345 22 51 0 12 421 101 107
Binary 10111011 10000110 11100101 10010 101001 0 1010 100010001 1000001 1000111

Color Harmonies of #BB86E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86E5

Black with #BB86E5

Text Example


Text Example

White with #BB86E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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