Html Css Color HEX #BE80EC Wisteria

📋 copy color: '#BE80EC'

red 190 ◦ green 128 ◦ blue 236

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

Shades of Wisteria #BE80EC

Tints of Wisteria #BE80EC

RGB

 RED value IS 190 (74.61% from 255) = 34.3%

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

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

R = 34.3%
G = 23.1%
B = 42.6%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE80EC (or 0xBE80EC) is known color: Wisteria. HEX triplet: BE, 80 and EC. RGB value is (190,128,236). Sum of RGB (Red+Green+Blue) = 190+128+236=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80EC is #417F13. Grayscale: #9E9E9E. Windows color (decimal): -4292372 or 15499454. OLE color: 15499454.

HSL color Cylindrical-coordinate representation of color #BE80EC: hue angle of 274.44º 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 #BE80EC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 128 236 -
CMYK 0.19 0.46 0 0.07
HSL 274.44º 0.74% 0.71% -
HSV(B) 274.44º 0.46% 0.93% -
XYZ 44.09 32.44 83.29 -
YUV 158.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 190 128 236 0.19 0.46 0 0.07 274.44 0.74 0.71
Hex BE 80 EC 13 2E 0 7 112 4A 47
Octal 276 200 354 23 56 0 7 422 112 107
Binary 10111110 10000000 11101100 10011 101110 0 111 100010010 1001010 1000111

Color Harmonies of #BE80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80EC

Black with #BE80EC

Text Example


Text Example

White with #BE80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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