Html Css Color HEX #BC86DB Wisteria

📋 copy color: '#BC86DB'

red 188 ◦ green 134 ◦ blue 219

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

Shades of Wisteria #BC86DB

Tints of Wisteria #BC86DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 34.75%
G = 24.77%
B = 40.48%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC86DB (or 0xBC86DB) is known color: Wisteria. HEX triplet: BC, 86 and DB. RGB value is (188,134,219). Sum of RGB (Red+Green+Blue) = 188+134+219=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86DB is #437924. Grayscale: #9F9F9F. Windows color (decimal): -4421925 or 14386876. OLE color: 14386876.

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

Color convert

RGB 188 134 219 -
CMYK 0.14 0.39 0 0.14
HSL 278.12º 0.54% 0.69% -
HSV(B) 278.12º 0.39% 0.86% -
XYZ 42.05 32.86 71.14 -
YUV 159.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 188 134 219 0.14 0.39 0 0.14 278.12 0.54 0.69
Hex BC 86 DB E 27 0 E 116 36 45
Octal 274 206 333 16 47 0 16 426 66 105
Binary 10111100 10000110 11011011 1110 100111 0 1110 100010110 110110 1000101

Color Harmonies of #BC86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86DB

Black with #BC86DB

Text Example


Text Example

White with #BC86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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