Html Css Color HEX #BC80E1 Wisteria

📋 copy color: '#BC80E1'

red 188 ◦ green 128 ◦ blue 225

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

Shades of Wisteria #BC80E1

Tints of Wisteria #BC80E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 34.75%
G = 23.66%
B = 41.59%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC80E1 (or 0xBC80E1) is known color: Wisteria. HEX triplet: BC, 80 and E1. RGB value is (188,128,225). Sum of RGB (Red+Green+Blue) = 188+128+225=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC80E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80E1 is #437F1E. Grayscale: #9C9C9C. Windows color (decimal): -4423455 or 14778556. OLE color: 14778556.

HSL color Cylindrical-coordinate representation of color #BC80E1: hue angle of 277.11º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC80E1 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 128 225 -
CMYK 0.16 0.43 0 0.12
HSL 277.11º 0.62% 0.69% -
HSV(B) 277.11º 0.43% 0.88% -
XYZ 42.05 31.57 75.11 -
YUV 157 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 188 128 225 0.16 0.43 0 0.12 277.11 0.62 0.69
Hex BC 80 E1 10 2B 0 C 115 3E 45
Octal 274 200 341 20 53 0 14 425 76 105
Binary 10111100 10000000 11100001 10000 101011 0 1100 100010101 111110 1000101

Color Harmonies of #BC80E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80E1

Black with #BC80E1

Text Example


Text Example

White with #BC80E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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