Html Css Color HEX #BE82F1 Wisteria

📋 copy color: '#BE82F1'

red 190 ◦ green 130 ◦ blue 241

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

Shades of Wisteria #BE82F1

Tints of Wisteria #BE82F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.96%

R = 33.87%
G = 23.17%
B = 42.96%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE82F1 (or 0xBE82F1) is known color: Wisteria. HEX triplet: BE, 82 and F1. RGB value is (190,130,241). Sum of RGB (Red+Green+Blue) = 190+130+241=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE82F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE82F1 is #417D0E. Grayscale: #A0A0A0. Windows color (decimal): -4291855 or 15827646. OLE color: 15827646.

HSL color Cylindrical-coordinate representation of color #BE82F1: hue angle of 272.43º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE82F1 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 130 241 -
CMYK 0.21 0.46 0 0.05
HSL 272.43º 0.8% 0.73% -
HSV(B) 272.43º 0.46% 0.95% -
XYZ 45.1 33.26 87.26 -
YUV 160.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 190 130 241 0.21 0.46 0 0.05 272.43 0.8 0.73
Hex BE 82 F1 15 2E 0 5 110 50 49
Octal 276 202 361 25 56 0 5 420 120 111
Binary 10111110 10000010 11110001 10101 101110 0 101 100010000 1010000 1001001

Color Harmonies of #BE82F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82F1

Black with #BE82F1

Text Example


Text Example

White with #BE82F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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