Html Css Color HEX #BE91EC Wisteria

📋 copy color: '#BE91EC'

red 190 ◦ green 145 ◦ blue 236

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

Shades of Wisteria #BE91EC

Tints of Wisteria #BE91EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.39%

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 33.27%
G = 25.39%
B = 41.33%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE91EC (or 0xBE91EC) is known color: Wisteria. HEX triplet: BE, 91 and EC. RGB value is (190,145,236). Sum of RGB (Red+Green+Blue) = 190+145+236=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE91EC is #416E13. Grayscale: #A8A8A8. Windows color (decimal): -4288020 or 15503806. OLE color: 15503806.

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

Color convert

RGB 190 145 236 -
CMYK 0.19 0.39 0 0.07
HSL 269.67º 0.71% 0.75% -
HSV(B) 269.67º 0.39% 0.93% -
XYZ 46.5 37.25 84.1 -
YUV 168.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 190 145 236 0.19 0.39 0 0.07 269.67 0.71 0.75
Hex BE 91 EC 13 27 0 7 10E 47 4B
Octal 276 221 354 23 47 0 7 416 107 113
Binary 10111110 10010001 11101100 10011 100111 0 111 100001110 1000111 1001011

Color Harmonies of #BE91EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE91EC

Black with #BE91EC

Text Example


Text Example

White with #BE91EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE91EC; }

 p { color: rgb(190,145,236); }

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

background-color css

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

 a { background-color: rgb(190,145,236); }

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

border-color css

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

 span { border-color: rgb(190,145,236); }

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