Html Css Color HEX #BC86D7 Wisteria

📋 copy color: '#BC86D7'

red 188 ◦ green 134 ◦ blue 215

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

Shades of Wisteria #BC86D7

Tints of Wisteria #BC86D7

RGB

 RED value IS 188 (73.83% from 255) = 35.01%

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 35.01%
G = 24.95%
B = 40.04%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC86D7 (or 0xBC86D7) is known color: Wisteria. HEX triplet: BC, 86 and D7. RGB value is (188,134,215). Sum of RGB (Red+Green+Blue) = 188+134+215=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC86D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86D7 is #437928. Grayscale: #9F9F9F. Windows color (decimal): -4421929 or 14124732. OLE color: 14124732.

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

Color convert

RGB 188 134 215 -
CMYK 0.13 0.38 0 0.16
HSL 280º 0.5% 0.68% -
HSV(B) 280º 0.38% 0.84% -
XYZ 41.53 32.65 68.4 -
YUV 159.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 188 134 215 0.13 0.38 0 0.16 280 0.5 0.68
Hex BC 86 D7 D 26 0 10 118 32 44
Octal 274 206 327 15 46 0 20 430 62 104
Binary 10111100 10000110 11010111 1101 100110 0 10000 100011000 110010 1000100

Color Harmonies of #BC86D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86D7

Black with #BC86D7

Text Example


Text Example

White with #BC86D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86D7; }

 p { color: rgb(188,134,215); }

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

background-color css

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

 a { background-color: rgb(188,134,215); }

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

border-color css

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

 span { border-color: rgb(188,134,215); }

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