Html Css Color HEX #BC80DC Wisteria

📋 copy color: '#BC80DC'

red 188 ◦ green 128 ◦ blue 220

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

Shades of Wisteria #BC80DC

Tints of Wisteria #BC80DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.88%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 35.07%
G = 23.88%
B = 41.04%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC80DC (or 0xBC80DC) is known color: Wisteria. HEX triplet: BC, 80 and DC. RGB value is (188,128,220). Sum of RGB (Red+Green+Blue) = 188+128+220=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80DC is #437F23. Grayscale: #9C9C9C. Windows color (decimal): -4423460 or 14450876. OLE color: 14450876.

HSL color Cylindrical-coordinate representation of color #BC80DC: hue angle of 279.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC80DC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 128 220 -
CMYK 0.15 0.42 0 0.14
HSL 279.13º 0.57% 0.68% -
HSV(B) 279.13º 0.42% 0.86% -
XYZ 41.38 31.3 71.57 -
YUV 156.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 188 128 220 0.15 0.42 0 0.14 279.13 0.57 0.68
Hex BC 80 DC F 2A 0 E 117 39 44
Octal 274 200 334 17 52 0 16 427 71 104
Binary 10111100 10000000 11011100 1111 101010 0 1110 100010111 111001 1000100

Color Harmonies of #BC80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80DC

Black with #BC80DC

Text Example


Text Example

White with #BC80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80DC; }

 p { color: rgb(188,128,220); }

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

background-color css

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

 a { background-color: rgb(188,128,220); }

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

border-color css

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

 span { border-color: rgb(188,128,220); }

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