Html Css Color HEX #BE93E0 Wisteria

📋 copy color: '#BE93E0'

red 190 ◦ green 147 ◦ blue 224

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

Shades of Wisteria #BE93E0

Tints of Wisteria #BE93E0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.2%

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 33.87%
G = 26.2%
B = 39.93%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE93E0 (or 0xBE93E0) is known color: Wisteria. HEX triplet: BE, 93 and E0. RGB value is (190,147,224). Sum of RGB (Red+Green+Blue) = 190+147+224=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93E0 is #416C1F. Grayscale: #A8A8A8. Windows color (decimal): -4287520 or 14717886. OLE color: 14717886.

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

Color convert

RGB 190 147 224 -
CMYK 0.15 0.34 0 0.12
HSL 273.51º 0.55% 0.73% -
HSV(B) 273.51º 0.34% 0.88% -
XYZ 45.12 37.2 75.32 -
YUV 168.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 190 147 224 0.15 0.34 0 0.12 273.51 0.55 0.73
Hex BE 93 E0 F 22 0 C 112 37 49
Octal 276 223 340 17 42 0 14 422 67 111
Binary 10111110 10010011 11100000 1111 100010 0 1100 100010010 110111 1001001

Color Harmonies of #BE93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93E0

Black with #BE93E0

Text Example


Text Example

White with #BE93E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93E0; }

 p { color: rgb(190,147,224); }

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

background-color css

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

 a { background-color: rgb(190,147,224); }

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

border-color css

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

 span { border-color: rgb(190,147,224); }

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