Html Css Color HEX #BC80EA Wisteria

📋 copy color: '#BC80EA'

red 188 ◦ green 128 ◦ blue 234

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

Shades of Wisteria #BC80EA

Tints of Wisteria #BC80EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 34.18%
G = 23.27%
B = 42.55%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC80EA (or 0xBC80EA) is known color: Wisteria. HEX triplet: BC, 80 and EA. RGB value is (188,128,234). Sum of RGB (Red+Green+Blue) = 188+128+234=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80EA is #437F15. Grayscale: #9D9D9D. Windows color (decimal): -4423446 or 15368380. OLE color: 15368380.

HSL color Cylindrical-coordinate representation of color #BC80EA: hue angle of 273.96º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC80EA is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 128 234 -
CMYK 0.20 0.45 0 0.08
HSL 273.96º 0.72% 0.71% -
HSV(B) 273.96º 0.45% 0.92% -
XYZ 43.31 32.07 81.75 -
YUV 158.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 188 128 234 0.20 0.45 0 0.08 273.96 0.72 0.71
Hex BC 80 EA 14 2D 0 8 112 48 47
Octal 274 200 352 24 55 0 10 422 110 107
Binary 10111100 10000000 11101010 10100 101101 0 1000 100010010 1001000 1000111

Color Harmonies of #BC80EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80EA

Black with #BC80EA

Text Example


Text Example

White with #BC80EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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