Html Css Color HEX #BC80DE Wisteria

📋 copy color: '#BC80DE'

red 188 ◦ green 128 ◦ blue 222

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

Shades of Wisteria #BC80DE

Tints of Wisteria #BC80DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 34.94%
G = 23.79%
B = 41.26%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC80DE (or 0xBC80DE) is known color: Wisteria. HEX triplet: BC, 80 and DE. RGB value is (188,128,222). Sum of RGB (Red+Green+Blue) = 188+128+222=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80DE is #437F21. Grayscale: #9C9C9C. Windows color (decimal): -4423458 or 14581948. OLE color: 14581948.

HSL color Cylindrical-coordinate representation of color #BC80DE: hue angle of 278.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC80DE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 128 222 -
CMYK 0.15 0.42 0 0.13
HSL 278.3º 0.59% 0.69% -
HSV(B) 278.3º 0.42% 0.87% -
XYZ 41.64 31.4 72.97 -
YUV 156.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 188 128 222 0.15 0.42 0 0.13 278.3 0.59 0.69
Hex BC 80 DE F 2A 0 D 116 3B 45
Octal 274 200 336 17 52 0 15 426 73 105
Binary 10111100 10000000 11011110 1111 101010 0 1101 100010110 111011 1000101

Color Harmonies of #BC80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80DE

Black with #BC80DE

Text Example


Text Example

White with #BC80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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