Html Css Color HEX #BE80DA Wisteria

📋 copy color: '#BE80DA'

red 190 ◦ green 128 ◦ blue 218

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

Shades of Wisteria #BE80DA

Tints of Wisteria #BE80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 35.45%
G = 23.88%
B = 40.67%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE80DA (or 0xBE80DA) is known color: Wisteria. HEX triplet: BE, 80 and DA. RGB value is (190,128,218). Sum of RGB (Red+Green+Blue) = 190+128+218=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80DA is #417F25. Grayscale: #9C9C9C. Windows color (decimal): -4292390 or 14319806. OLE color: 14319806.

HSL color Cylindrical-coordinate representation of color #BE80DA: hue angle of 281.33º degrees, saturation: 0.55, 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 #BE80DA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 128 218 -
CMYK 0.13 0.41 0 0.15
HSL 281.33º 0.55% 0.68% -
HSV(B) 281.33º 0.41% 0.85% -
XYZ 41.61 31.45 70.21 -
YUV 156.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 190 128 218 0.13 0.41 0 0.15 281.33 0.55 0.68
Hex BE 80 DA D 29 0 F 119 37 44
Octal 276 200 332 15 51 0 17 431 67 104
Binary 10111110 10000000 11011010 1101 101001 0 1111 100011001 110111 1000100

Color Harmonies of #BE80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80DA

Black with #BE80DA

Text Example


Text Example

White with #BE80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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