Html Css Color HEX #BE92E1 Wisteria

📋 copy color: '#BE92E1'

red 190 ◦ green 146 ◦ blue 225

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

Shades of Wisteria #BE92E1

Tints of Wisteria #BE92E1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.02%

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 33.87%
G = 26.02%
B = 40.11%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE92E1 (or 0xBE92E1) is known color: Wisteria. HEX triplet: BE, 92 and E1. RGB value is (190,146,225). Sum of RGB (Red+Green+Blue) = 190+146+225=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE92E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92E1 is #416D1E. Grayscale: #A7A7A7. Windows color (decimal): -4287775 or 14783166. OLE color: 14783166.

HSL color Cylindrical-coordinate representation of color #BE92E1: hue angle of 273.42º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE92E1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 146 225 -
CMYK 0.16 0.35 0 0.12
HSL 273.42º 0.57% 0.73% -
HSV(B) 273.42º 0.35% 0.88% -
XYZ 45.1 36.94 75.99 -
YUV 168.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 190 146 225 0.16 0.35 0 0.12 273.42 0.57 0.73
Hex BE 92 E1 10 23 0 C 111 39 49
Octal 276 222 341 20 43 0 14 421 71 111
Binary 10111110 10010010 11100001 10000 100011 0 1100 100010001 111001 1001001

Color Harmonies of #BE92E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE92E1

Black with #BE92E1

Text Example


Text Example

White with #BE92E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE92E1; }

 p { color: rgb(190,146,225); }

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

background-color css

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

 a { background-color: rgb(190,146,225); }

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

border-color css

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

 span { border-color: rgb(190,146,225); }

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