Html Css Color HEX #BC86E7 Wisteria

📋 copy color: '#BC86E7'

red 188 ◦ green 134 ◦ blue 231

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

Shades of Wisteria #BC86E7

Tints of Wisteria #BC86E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 34%
G = 24.23%
B = 41.77%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC86E7 (or 0xBC86E7) is known color: Wisteria. HEX triplet: BC, 86 and E7. RGB value is (188,134,231). Sum of RGB (Red+Green+Blue) = 188+134+231=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC86E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86E7 is #437918. Grayscale: #A0A0A0. Windows color (decimal): -4421913 or 15173308. OLE color: 15173308.

HSL color Cylindrical-coordinate representation of color #BC86E7: hue angle of 273.4º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC86E7 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 134 231 -
CMYK 0.19 0.42 0 0.09
HSL 273.4º 0.67% 0.72% -
HSV(B) 273.4º 0.42% 0.91% -
XYZ 43.69 33.51 79.77 -
YUV 161.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 188 134 231 0.19 0.42 0 0.09 273.4 0.67 0.72
Hex BC 86 E7 13 2A 0 9 111 43 48
Octal 274 206 347 23 52 0 11 421 103 110
Binary 10111100 10000110 11100111 10011 101010 0 1001 100010001 1000011 1001000

Color Harmonies of #BC86E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86E7

Black with #BC86E7

Text Example


Text Example

White with #BC86E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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