Html Css Color HEX #BE82ED Wisteria

📋 copy color: '#BE82ED'

red 190 ◦ green 130 ◦ blue 237

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

Shades of Wisteria #BE82ED

Tints of Wisteria #BE82ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 34.11%
G = 23.34%
B = 42.55%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE82ED (or 0xBE82ED) is known color: Wisteria. HEX triplet: BE, 82 and ED. RGB value is (190,130,237). Sum of RGB (Red+Green+Blue) = 190+130+237=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE82ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE82ED is #417D12. Grayscale: #9F9F9F. Windows color (decimal): -4291859 or 15565502. OLE color: 15565502.

HSL color Cylindrical-coordinate representation of color #BE82ED: hue angle of 273.64º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE82ED is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 130 237 -
CMYK 0.20 0.45 0 0.07
HSL 273.64º 0.75% 0.72% -
HSV(B) 273.64º 0.45% 0.93% -
XYZ 44.5 33.03 84.15 -
YUV 160.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 190 130 237 0.20 0.45 0 0.07 273.64 0.75 0.72
Hex BE 82 ED 14 2D 0 7 112 4B 48
Octal 276 202 355 24 55 0 7 422 113 110
Binary 10111110 10000010 11101101 10100 101101 0 111 100010010 1001011 1001000

Color Harmonies of #BE82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82ED

Black with #BE82ED

Text Example


Text Example

White with #BE82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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