Html Css Color HEX #BB86DC Wisteria

📋 copy color: '#BB86DC'

red 187 ◦ green 134 ◦ blue 220

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

Shades of Wisteria #BB86DC

Tints of Wisteria #BB86DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 34.57%
G = 24.77%
B = 40.67%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB86DC (or 0xBB86DC) is known color: Wisteria. HEX triplet: BB, 86 and DC. RGB value is (187,134,220). Sum of RGB (Red+Green+Blue) = 187+134+220=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86DC is #447923. Grayscale: #9F9F9F. Windows color (decimal): -4487460 or 14452411. OLE color: 14452411.

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

Color convert

RGB 187 134 220 -
CMYK 0.15 0.39 0 0.14
HSL 276.98º 0.55% 0.69% -
HSV(B) 276.98º 0.39% 0.86% -
XYZ 41.94 32.78 71.83 -
YUV 159.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 187 134 220 0.15 0.39 0 0.14 276.98 0.55 0.69
Hex BB 86 DC F 27 0 E 115 37 45
Octal 273 206 334 17 47 0 16 425 67 105
Binary 10111011 10000110 11011100 1111 100111 0 1110 100010101 110111 1000101

Color Harmonies of #BB86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86DC

Black with #BB86DC

Text Example


Text Example

White with #BB86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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