Html Css Color HEX #BC80E5 Wisteria

📋 copy color: '#BC80E5'

red 188 ◦ green 128 ◦ blue 229

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

Shades of Wisteria #BC80E5

Tints of Wisteria #BC80E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.02%

R = 34.5%
G = 23.49%
B = 42.02%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC80E5 (or 0xBC80E5) is known color: Wisteria. HEX triplet: BC, 80 and E5. RGB value is (188,128,229). Sum of RGB (Red+Green+Blue) = 188+128+229=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC80E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80E5 is #437F1A. Grayscale: #9D9D9D. Windows color (decimal): -4423451 or 15040700. OLE color: 15040700.

HSL color Cylindrical-coordinate representation of color #BC80E5: hue angle of 275.64º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC80E5 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 128 229 -
CMYK 0.18 0.44 0 0.10
HSL 275.64º 0.66% 0.7% -
HSV(B) 275.64º 0.44% 0.9% -
XYZ 42.6 31.79 78.02 -
YUV 157.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 188 128 229 0.18 0.44 0 0.10 275.64 0.66 0.7
Hex BC 80 E5 12 2C 0 A 114 42 46
Octal 274 200 345 22 54 0 12 424 102 106
Binary 10111100 10000000 11100101 10010 101100 0 1010 100010100 1000010 1000110

Color Harmonies of #BC80E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80E5

Black with #BC80E5

Text Example


Text Example

White with #BC80E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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