Html Css Color HEX #BC8EDB Wisteria

📋 copy color: '#BC8EDB'

red 188 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #BC8EDB

Tints of Wisteria #BC8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.87%

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

R = 34.24%
G = 25.87%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC8EDB (or 0xBC8EDB) is known color: Wisteria. HEX triplet: BC, 8E and DB. RGB value is (188,142,219). Sum of RGB (Red+Green+Blue) = 188+142+219=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EDB is #437124. Grayscale: #A4A4A4. Windows color (decimal): -4419877 or 14388924. OLE color: 14388924.

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

Color convert

RGB 188 142 219 -
CMYK 0.14 0.35 0 0.14
HSL 275.84º 0.52% 0.71% -
HSV(B) 275.84º 0.35% 0.86% -
XYZ 43.2 35.15 71.53 -
YUV 164.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 188 142 219 0.14 0.35 0 0.14 275.84 0.52 0.71
Hex BC 8E DB E 23 0 E 114 34 47
Octal 274 216 333 16 43 0 16 424 64 107
Binary 10111100 10001110 11011011 1110 100011 0 1110 100010100 110100 1000111

Color Harmonies of #BC8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EDB

Black with #BC8EDB

Text Example


Text Example

White with #BC8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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