Html Css Color HEX #BE80E7 Wisteria

📋 copy color: '#BE80E7'

red 190 ◦ green 128 ◦ blue 231

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

Shades of Wisteria #BE80E7

Tints of Wisteria #BE80E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.08%

R = 34.61%
G = 23.32%
B = 42.08%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE80E7 (or 0xBE80E7) is known color: Wisteria. HEX triplet: BE, 80 and E7. RGB value is (190,128,231). Sum of RGB (Red+Green+Blue) = 190+128+231=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE80E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80E7 is #417F18. Grayscale: #9D9D9D. Windows color (decimal): -4292377 or 15171774. OLE color: 15171774.

HSL color Cylindrical-coordinate representation of color #BE80E7: hue angle of 276.12º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE80E7 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 128 231 -
CMYK 0.18 0.45 0 0.09
HSL 276.12º 0.68% 0.7% -
HSV(B) 276.12º 0.45% 0.91% -
XYZ 43.38 32.16 79.52 -
YUV 158.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 190 128 231 0.18 0.45 0 0.09 276.12 0.68 0.7
Hex BE 80 E7 12 2D 0 9 114 44 46
Octal 276 200 347 22 55 0 11 424 104 106
Binary 10111110 10000000 11100111 10010 101101 0 1001 100010100 1000100 1000110

Color Harmonies of #BE80E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80E7

Black with #BE80E7

Text Example


Text Example

White with #BE80E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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