Html Css Color HEX #BC86EF Wisteria

📋 copy color: '#BC86EF'

red 188 ◦ green 134 ◦ blue 239

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

Shades of Wisteria #BC86EF

Tints of Wisteria #BC86EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 33.51%
G = 23.89%
B = 42.6%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC86EF (or 0xBC86EF) is known color: Wisteria. HEX triplet: BC, 86 and EF. RGB value is (188,134,239). Sum of RGB (Red+Green+Blue) = 188+134+239=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86EF is #437910. Grayscale: #A1A1A1. Windows color (decimal): -4421905 or 15697596. OLE color: 15697596.

HSL color Cylindrical-coordinate representation of color #BC86EF: hue angle of 270.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC86EF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 134 239 -
CMYK 0.21 0.44 0 0.06
HSL 270.86º 0.77% 0.73% -
HSV(B) 270.86º 0.44% 0.94% -
XYZ 44.84 33.97 85.86 -
YUV 162.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 188 134 239 0.21 0.44 0 0.06 270.86 0.77 0.73
Hex BC 86 EF 15 2C 0 6 10F 4D 49
Octal 274 206 357 25 54 0 6 417 115 111
Binary 10111100 10000110 11101111 10101 101100 0 110 100001111 1001101 1001001

Color Harmonies of #BC86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86EF

Black with #BC86EF

Text Example


Text Example

White with #BC86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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