Html Css Color HEX #BC89DB Wisteria

📋 copy color: '#BC89DB'

red 188 ◦ green 137 ◦ blue 219

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

Shades of Wisteria #BC89DB

Tints of Wisteria #BC89DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.18%

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

R = 34.56%
G = 25.18%
B = 40.26%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC89DB (or 0xBC89DB) is known color: Wisteria. HEX triplet: BC, 89 and DB. RGB value is (188,137,219). Sum of RGB (Red+Green+Blue) = 188+137+219=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89DB is #437624. Grayscale: #A1A1A1. Windows color (decimal): -4421157 or 14387644. OLE color: 14387644.

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

Color convert

RGB 188 137 219 -
CMYK 0.14 0.37 0 0.14
HSL 277.32º 0.53% 0.7% -
HSV(B) 277.32º 0.37% 0.86% -
XYZ 42.47 33.7 71.28 -
YUV 161.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 188 137 219 0.14 0.37 0 0.14 277.32 0.53 0.7
Hex BC 89 DB E 25 0 E 115 35 46
Octal 274 211 333 16 45 0 16 425 65 106
Binary 10111100 10001001 11011011 1110 100101 0 1110 100010101 110101 1000110

Color Harmonies of #BC89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89DB

Black with #BC89DB

Text Example


Text Example

White with #BC89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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