Html Css Color HEX #BE94D7 Wisteria

📋 copy color: '#BE94D7'

red 190 ◦ green 148 ◦ blue 215

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

Shades of Wisteria #BE94D7

Tints of Wisteria #BE94D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.88%

R = 34.36%
G = 26.76%
B = 38.88%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE94D7 (or 0xBE94D7) is known color: Wisteria. HEX triplet: BE, 94 and D7. RGB value is (190,148,215). Sum of RGB (Red+Green+Blue) = 190+148+215=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE94D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94D7 is #416B28. Grayscale: #A7A7A7. Windows color (decimal): -4287273 or 14128318. OLE color: 14128318.

HSL color Cylindrical-coordinate representation of color #BE94D7: hue angle of 277.61º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE94D7 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 148 215 -
CMYK 0.12 0.31 0 0.16
HSL 277.61º 0.46% 0.71% -
HSV(B) 277.61º 0.31% 0.84% -
XYZ 44.09 37.03 69.11 -
YUV 168.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 190 148 215 0.12 0.31 0 0.16 277.61 0.46 0.71
Hex BE 94 D7 C 1F 0 10 116 2E 47
Octal 276 224 327 14 37 0 20 426 56 107
Binary 10111110 10010100 11010111 1100 11111 0 10000 100010110 101110 1000111

Color Harmonies of #BE94D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94D7

Black with #BE94D7

Text Example


Text Example

White with #BE94D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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