Html Css Color HEX #BE96DB Wisteria

📋 copy color: '#BE96DB'

red 190 ◦ green 150 ◦ blue 219

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

Shades of Wisteria #BE96DB

Tints of Wisteria #BE96DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 33.99%
G = 26.83%
B = 39.18%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE96DB (or 0xBE96DB) is known color: Wisteria. HEX triplet: BE, 96 and DB. RGB value is (190,150,219). Sum of RGB (Red+Green+Blue) = 190+150+219=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96DB is #416924. Grayscale: #A9A9A9. Windows color (decimal): -4286757 or 14390974. OLE color: 14390974.

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

Color convert

RGB 190 150 219 -
CMYK 0.13 0.32 0 0.14
HSL 274.78º 0.49% 0.72% -
HSV(B) 274.78º 0.32% 0.86% -
XYZ 44.93 37.87 71.96 -
YUV 169.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 190 150 219 0.13 0.32 0 0.14 274.78 0.49 0.72
Hex BE 96 DB D 20 0 E 113 31 48
Octal 276 226 333 15 40 0 16 423 61 110
Binary 10111110 10010110 11011011 1101 100000 0 1110 100010011 110001 1001000

Color Harmonies of #BE96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96DB

Black with #BE96DB

Text Example


Text Example

White with #BE96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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