Html Css Color HEX #BE80D9 Wisteria

📋 copy color: '#BE80D9'

red 190 ◦ green 128 ◦ blue 217

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

Shades of Wisteria #BE80D9

Tints of Wisteria #BE80D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 35.51%
G = 23.93%
B = 40.56%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE80D9 (or 0xBE80D9) is known color: Wisteria. HEX triplet: BE, 80 and D9. RGB value is (190,128,217). Sum of RGB (Red+Green+Blue) = 190+128+217=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80D9 is #417F26. Grayscale: #9C9C9C. Windows color (decimal): -4292391 or 14254270. OLE color: 14254270.

HSL color Cylindrical-coordinate representation of color #BE80D9: hue angle of 281.8º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE80D9 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 128 217 -
CMYK 0.12 0.41 0 0.15
HSL 281.8º 0.54% 0.68% -
HSV(B) 281.8º 0.41% 0.85% -
XYZ 41.48 31.4 69.52 -
YUV 156.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 190 128 217 0.12 0.41 0 0.15 281.8 0.54 0.68
Hex BE 80 D9 C 29 0 F 11A 36 44
Octal 276 200 331 14 51 0 17 432 66 104
Binary 10111110 10000000 11011001 1100 101001 0 1111 100011010 110110 1000100

Color Harmonies of #BE80D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80D9

Black with #BE80D9

Text Example


Text Example

White with #BE80D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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