Html Css Color HEX #BE96E1 Wisteria

📋 copy color: '#BE96E1'

red 190 ◦ green 150 ◦ blue 225

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

Shades of Wisteria #BE96E1

Tints of Wisteria #BE96E1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.55%

 BLUE value IS 225 (88.28% from 255) = 39.82%

R = 33.63%
G = 26.55%
B = 39.82%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE96E1 (or 0xBE96E1) is known color: Wisteria. HEX triplet: BE, 96 and E1. RGB value is (190,150,225). Sum of RGB (Red+Green+Blue) = 190+150+225=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96E1 is #41691E. Grayscale: #AAAAAA. Windows color (decimal): -4286751 or 14784190. OLE color: 14784190.

HSL color Cylindrical-coordinate representation of color #BE96E1: hue angle of 272º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE96E1 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 150 225 -
CMYK 0.16 0.33 0 0.12
HSL 272º 0.56% 0.74% -
HSV(B) 272º 0.33% 0.88% -
XYZ 45.73 38.2 76.2 -
YUV 170.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 190 150 225 0.16 0.33 0 0.12 272 0.56 0.74
Hex BE 96 E1 10 21 0 C 110 38 4A
Octal 276 226 341 20 41 0 14 420 70 112
Binary 10111110 10010110 11100001 10000 100001 0 1100 100010000 111000 1001010

Color Harmonies of #BE96E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96E1

Black with #BE96E1

Text Example


Text Example

White with #BE96E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96E1; }

 p { color: rgb(190,150,225); }

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

background-color css

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

 a { background-color: rgb(190,150,225); }

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

border-color css

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

 span { border-color: rgb(190,150,225); }

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