Html Css Color HEX #BE80E4 Wisteria

📋 copy color: '#BE80E4'

red 190 ◦ green 128 ◦ blue 228

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

Shades of Wisteria #BE80E4

Tints of Wisteria #BE80E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.76%

R = 34.8%
G = 23.44%
B = 41.76%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE80E4 (or 0xBE80E4) is known color: Wisteria. HEX triplet: BE, 80 and E4. RGB value is (190,128,228). Sum of RGB (Red+Green+Blue) = 190+128+228=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE80E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80E4 is #417F1B. Grayscale: #9D9D9D. Windows color (decimal): -4292380 or 14975166. OLE color: 14975166.

HSL color Cylindrical-coordinate representation of color #BE80E4: hue angle of 277.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE80E4 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 128 228 -
CMYK 0.17 0.44 0 0.11
HSL 277.2º 0.65% 0.7% -
HSV(B) 277.2º 0.44% 0.89% -
XYZ 42.96 31.99 77.31 -
YUV 157.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 190 128 228 0.17 0.44 0 0.11 277.2 0.65 0.7
Hex BE 80 E4 11 2C 0 B 115 41 46
Octal 276 200 344 21 54 0 13 425 101 106
Binary 10111110 10000000 11100100 10001 101100 0 1011 100010101 1000001 1000110

Color Harmonies of #BE80E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80E4

Black with #BE80E4

Text Example


Text Example

White with #BE80E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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