Html Css Color HEX #BC87DB Wisteria

📋 copy color: '#BC87DB'

red 188 ◦ green 135 ◦ blue 219

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

Shades of Wisteria #BC87DB

Tints of Wisteria #BC87DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.91%

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

R = 34.69%
G = 24.91%
B = 40.41%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC87DB (or 0xBC87DB) is known color: Wisteria. HEX triplet: BC, 87 and DB. RGB value is (188,135,219). Sum of RGB (Red+Green+Blue) = 188+135+219=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87DB is #437824. Grayscale: #A0A0A0. Windows color (decimal): -4421669 or 14387132. OLE color: 14387132.

HSL color Cylindrical-coordinate representation of color #BC87DB: hue angle of 277.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC87DB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 135 219 -
CMYK 0.14 0.38 0 0.14
HSL 277.86º 0.54% 0.69% -
HSV(B) 277.86º 0.38% 0.86% -
XYZ 42.19 33.13 71.19 -
YUV 160.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 188 135 219 0.14 0.38 0 0.14 277.86 0.54 0.69
Hex BC 87 DB E 26 0 E 116 36 45
Octal 274 207 333 16 46 0 16 426 66 105
Binary 10111100 10000111 11011011 1110 100110 0 1110 100010110 110110 1000101

Color Harmonies of #BC87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87DB

Black with #BC87DB

Text Example


Text Example

White with #BC87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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