Html Css Color HEX #BB86E6 Wisteria

📋 copy color: '#BB86E6'

red 187 ◦ green 134 ◦ blue 230

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

Shades of Wisteria #BB86E6

Tints of Wisteria #BB86E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 33.94%
G = 24.32%
B = 41.74%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB86E6 (or 0xBB86E6) is known color: Wisteria. HEX triplet: BB, 86 and E6. RGB value is (187,134,230). Sum of RGB (Red+Green+Blue) = 187+134+230=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB86E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86E6 is #447919. Grayscale: #A0A0A0. Windows color (decimal): -4487450 or 15107771. OLE color: 15107771.

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

Color convert

RGB 187 134 230 -
CMYK 0.19 0.42 0 0.10
HSL 273.13º 0.66% 0.71% -
HSV(B) 273.13º 0.42% 0.9% -
XYZ 43.3 33.33 79.01 -
YUV 160.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 187 134 230 0.19 0.42 0 0.10 273.13 0.66 0.71
Hex BB 86 E6 13 2A 0 A 111 42 47
Octal 273 206 346 23 52 0 12 421 102 107
Binary 10111011 10000110 11100110 10011 101010 0 1010 100010001 1000010 1000111

Color Harmonies of #BB86E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86E6

Black with #BB86E6

Text Example


Text Example

White with #BB86E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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