Html Css Color HEX #BC86DC Wisteria

📋 copy color: '#BC86DC'

red 188 ◦ green 134 ◦ blue 220

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

Shades of Wisteria #BC86DC

Tints of Wisteria #BC86DC

RGB

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

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

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

R = 34.69%
G = 24.72%
B = 40.59%

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

#BC86DC (or 0xBC86DC) is known color: Wisteria. HEX triplet: BC, 86 and DC. RGB value is (188,134,220). Sum of RGB (Red+Green+Blue) = 188+134+220=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86DC is #437923. Grayscale: #9F9F9F. Windows color (decimal): -4421924 or 14452412. OLE color: 14452412.

HSL color Cylindrical-coordinate representation of color #BC86DC: hue angle of 277.67º 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 #BC86DC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 134 220 -
CMYK 0.15 0.39 0 0.14
HSL 277.67º 0.55% 0.69% -
HSV(B) 277.67º 0.39% 0.86% -
XYZ 42.18 32.91 71.84 -
YUV 159.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 188 134 220 0.15 0.39 0 0.14 277.67 0.55 0.69
Hex BC 86 DC F 27 0 E 116 37 45
Octal 274 206 334 17 47 0 16 426 67 105
Binary 10111100 10000110 11011100 1111 100111 0 1110 100010110 110111 1000101

Color Harmonies of #BC86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86DC

Black with #BC86DC

Text Example


Text Example

White with #BC86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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