Html Css Color HEX #BE94DF Wisteria

📋 copy color: '#BE94DF'

red 190 ◦ green 148 ◦ blue 223

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

Shades of Wisteria #BE94DF

Tints of Wisteria #BE94DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 33.87%
G = 26.38%
B = 39.75%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE94DF (or 0xBE94DF) is known color: Wisteria. HEX triplet: BE, 94 and DF. RGB value is (190,148,223). Sum of RGB (Red+Green+Blue) = 190+148+223=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94DF is #416B20. Grayscale: #A8A8A8. Windows color (decimal): -4287265 or 14652606. OLE color: 14652606.

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

Color convert

RGB 190 148 223 -
CMYK 0.15 0.34 0 0.13
HSL 273.6º 0.54% 0.73% -
HSV(B) 273.6º 0.34% 0.87% -
XYZ 45.14 37.45 74.66 -
YUV 169.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 190 148 223 0.15 0.34 0 0.13 273.6 0.54 0.73
Hex BE 94 DF F 22 0 D 112 36 49
Octal 276 224 337 17 42 0 15 422 66 111
Binary 10111110 10010100 11011111 1111 100010 0 1101 100010010 110110 1001001

Color Harmonies of #BE94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94DF

Black with #BE94DF

Text Example


Text Example

White with #BE94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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