Html Css Color HEX #BE94D9 Wisteria

📋 copy color: '#BE94D9'

red 190 ◦ green 148 ◦ blue 217

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

Shades of Wisteria #BE94D9

Tints of Wisteria #BE94D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.1%

R = 34.23%
G = 26.67%
B = 39.1%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE94D9 (or 0xBE94D9) is known color: Wisteria. HEX triplet: BE, 94 and D9. RGB value is (190,148,217). Sum of RGB (Red+Green+Blue) = 190+148+217=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94D9 is #416B26. Grayscale: #A8A8A8. Windows color (decimal): -4287271 or 14259390. OLE color: 14259390.

HSL color Cylindrical-coordinate representation of color #BE94D9: hue angle of 276.52º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE94D9 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 148 217 -
CMYK 0.12 0.32 0 0.15
HSL 276.52º 0.48% 0.72% -
HSV(B) 276.52º 0.32% 0.85% -
XYZ 44.35 37.14 70.48 -
YUV 168.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 190 148 217 0.12 0.32 0 0.15 276.52 0.48 0.72
Hex BE 94 D9 C 20 0 F 115 30 48
Octal 276 224 331 14 40 0 17 425 60 110
Binary 10111110 10010100 11011001 1100 100000 0 1111 100010101 110000 1001000

Color Harmonies of #BE94D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94D9

Black with #BE94D9

Text Example


Text Example

White with #BE94D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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