Html Css Color HEX #BC86DE Wisteria

📋 copy color: '#BC86DE'

red 188 ◦ green 134 ◦ blue 222

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

Shades of Wisteria #BC86DE

Tints of Wisteria #BC86DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 34.56%
G = 24.63%
B = 40.81%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC86DE (or 0xBC86DE) is known color: Wisteria. HEX triplet: BC, 86 and DE. RGB value is (188,134,222). Sum of RGB (Red+Green+Blue) = 188+134+222=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC86DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86DE is #437921. Grayscale: #9F9F9F. Windows color (decimal): -4421922 or 14583484. OLE color: 14583484.

HSL color Cylindrical-coordinate representation of color #BC86DE: hue angle of 276.82º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC86DE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 134 222 -
CMYK 0.15 0.40 0 0.13
HSL 276.82º 0.57% 0.7% -
HSV(B) 276.82º 0.4% 0.87% -
XYZ 42.45 33.02 73.24 -
YUV 160.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 188 134 222 0.15 0.40 0 0.13 276.82 0.57 0.7
Hex BC 86 DE F 28 0 D 115 39 46
Octal 274 206 336 17 50 0 15 425 71 106
Binary 10111100 10000110 11011110 1111 101000 0 1101 100010101 111001 1000110

Color Harmonies of #BC86DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86DE

Black with #BC86DE

Text Example


Text Example

White with #BC86DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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