Html Css Color HEX #BC80EC Wisteria

📋 copy color: '#BC80EC'

red 188 ◦ green 128 ◦ blue 236

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

Shades of Wisteria #BC80EC

Tints of Wisteria #BC80EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 34.06%
G = 23.19%
B = 42.75%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC80EC (or 0xBC80EC) is known color: Wisteria. HEX triplet: BC, 80 and EC. RGB value is (188,128,236). Sum of RGB (Red+Green+Blue) = 188+128+236=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80EC is #437F13. Grayscale: #9D9D9D. Windows color (decimal): -4423444 or 15499452. OLE color: 15499452.

HSL color Cylindrical-coordinate representation of color #BC80EC: hue angle of 273.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC80EC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 128 236 -
CMYK 0.20 0.46 0 0.07
HSL 273.33º 0.74% 0.71% -
HSV(B) 273.33º 0.46% 0.93% -
XYZ 43.6 32.19 83.27 -
YUV 158.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 188 128 236 0.20 0.46 0 0.07 273.33 0.74 0.71
Hex BC 80 EC 14 2E 0 7 111 4A 47
Octal 274 200 354 24 56 0 7 421 112 107
Binary 10111100 10000000 11101100 10100 101110 0 111 100010001 1001010 1000111

Color Harmonies of #BC80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80EC

Black with #BC80EC

Text Example


Text Example

White with #BC80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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