Html Css Color HEX #BE82DB Wisteria

📋 copy color: '#BE82DB'

red 190 ◦ green 130 ◦ blue 219

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

Shades of Wisteria #BE82DB

Tints of Wisteria #BE82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.12%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 35.25%
G = 24.12%
B = 40.63%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE82DB (or 0xBE82DB) is known color: Wisteria. HEX triplet: BE, 82 and DB. RGB value is (190,130,219). Sum of RGB (Red+Green+Blue) = 190+130+219=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82DB is #417D24. Grayscale: #9D9D9D. Windows color (decimal): -4291877 or 14385854. OLE color: 14385854.

HSL color Cylindrical-coordinate representation of color #BE82DB: hue angle of 280.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE82DB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 130 219 -
CMYK 0.13 0.41 0 0.14
HSL 280.45º 0.55% 0.68% -
HSV(B) 280.45º 0.41% 0.86% -
XYZ 42 32.03 70.99 -
YUV 158.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 190 130 219 0.13 0.41 0 0.14 280.45 0.55 0.68
Hex BE 82 DB D 29 0 E 118 37 44
Octal 276 202 333 15 51 0 16 430 67 104
Binary 10111110 10000010 11011011 1101 101001 0 1110 100011000 110111 1000100

Color Harmonies of #BE82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82DB

Black with #BE82DB

Text Example


Text Example

White with #BE82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82DB; }

 p { color: rgb(190,130,219); }

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

background-color css

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

 a { background-color: rgb(190,130,219); }

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

border-color css

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

 span { border-color: rgb(190,130,219); }

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