Html Css Color HEX #BE8DF1 Wisteria

📋 copy color: '#BE8DF1'

red 190 ◦ green 141 ◦ blue 241

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

Shades of Wisteria #BE8DF1

Tints of Wisteria #BE8DF1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.65%

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

R = 33.22%
G = 24.65%
B = 42.13%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE8DF1 (or 0xBE8DF1) is known color: Wisteria. HEX triplet: BE, 8D and F1. RGB value is (190,141,241). Sum of RGB (Red+Green+Blue) = 190+141+241=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE8DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8DF1 is #41720E. Grayscale: #A6A6A6. Windows color (decimal): -4289039 or 15830462. OLE color: 15830462.

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

Color convert

RGB 190 141 241 -
CMYK 0.21 0.41 0 0.05
HSL 269.4º 0.78% 0.75% -
HSV(B) 269.4º 0.41% 0.95% -
XYZ 46.64 36.35 87.78 -
YUV 167.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 190 141 241 0.21 0.41 0 0.05 269.4 0.78 0.75
Hex BE 8D F1 15 29 0 5 10D 4E 4B
Octal 276 215 361 25 51 0 5 415 116 113
Binary 10111110 10001101 11110001 10101 101001 0 101 100001101 1001110 1001011

Color Harmonies of #BE8DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8DF1

Black with #BE8DF1

Text Example


Text Example

White with #BE8DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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