Html Css Color HEX #BE97DE Wisteria

📋 copy color: '#BE97DE'

red 190 ◦ green 151 ◦ blue 222

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

Shades of Wisteria #BE97DE

Tints of Wisteria #BE97DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.82%

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 33.75%
G = 26.82%
B = 39.43%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE97DE (or 0xBE97DE) is known color: Wisteria. HEX triplet: BE, 97 and DE. RGB value is (190,151,222). Sum of RGB (Red+Green+Blue) = 190+151+222=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97DE is #416821. Grayscale: #AAAAAA. Windows color (decimal): -4286498 or 14587838. OLE color: 14587838.

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

Color convert

RGB 190 151 222 -
CMYK 0.14 0.32 0 0.13
HSL 272.96º 0.52% 0.73% -
HSV(B) 272.96º 0.32% 0.87% -
XYZ 45.49 38.35 74.11 -
YUV 170.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 190 151 222 0.14 0.32 0 0.13 272.96 0.52 0.73
Hex BE 97 DE E 20 0 D 111 34 49
Octal 276 227 336 16 40 0 15 421 64 111
Binary 10111110 10010111 11011110 1110 100000 0 1101 100010001 110100 1001001

Color Harmonies of #BE97DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE97DE

Black with #BE97DE

Text Example


Text Example

White with #BE97DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE97DE; }

 p { color: rgb(190,151,222); }

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

background-color css

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

 a { background-color: rgb(190,151,222); }

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

border-color css

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

 span { border-color: rgb(190,151,222); }

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