Html Css Color HEX #BE94E5 Wisteria

📋 copy color: '#BE94E5'

red 190 ◦ green 148 ◦ blue 229

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

Shades of Wisteria #BE94E5

Tints of Wisteria #BE94E5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.1%

 BLUE value IS 229 (89.84% from 255) = 40.39%

R = 33.51%
G = 26.1%
B = 40.39%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE94E5 (or 0xBE94E5) is known color: Wisteria. HEX triplet: BE, 94 and E5. RGB value is (190,148,229). Sum of RGB (Red+Green+Blue) = 190+148+229=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94E5 is #416B1A. Grayscale: #A9A9A9. Windows color (decimal): -4287259 or 15045822. OLE color: 15045822.

HSL color Cylindrical-coordinate representation of color #BE94E5: hue angle of 271.11º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE94E5 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 148 229 -
CMYK 0.17 0.35 0 0.10
HSL 271.11º 0.61% 0.74% -
HSV(B) 271.11º 0.35% 0.9% -
XYZ 45.97 37.78 79 -
YUV 169.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 190 148 229 0.17 0.35 0 0.10 271.11 0.61 0.74
Hex BE 94 E5 11 23 0 A 10F 3D 4A
Octal 276 224 345 21 43 0 12 417 75 112
Binary 10111110 10010100 11100101 10001 100011 0 1010 100001111 111101 1001010

Color Harmonies of #BE94E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94E5

Black with #BE94E5

Text Example


Text Example

White with #BE94E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94E5; }

 p { color: rgb(190,148,229); }

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

background-color css

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

 a { background-color: rgb(190,148,229); }

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

border-color css

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

 span { border-color: rgb(190,148,229); }

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