Html Css Color HEX #BE88DB Wisteria

📋 copy color: '#BE88DB'

red 190 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #BE88DB

Tints of Wisteria #BE88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.95%

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

R = 34.86%
G = 24.95%
B = 40.18%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE88DB (or 0xBE88DB) is known color: Wisteria. HEX triplet: BE, 88 and DB. RGB value is (190,136,219). Sum of RGB (Red+Green+Blue) = 190+136+219=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88DB is #417724. Grayscale: #A1A1A1. Windows color (decimal): -4290341 or 14387390. OLE color: 14387390.

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

Color convert

RGB 190 136 219 -
CMYK 0.13 0.38 0 0.14
HSL 279.04º 0.54% 0.7% -
HSV(B) 279.04º 0.38% 0.86% -
XYZ 42.83 33.67 71.26 -
YUV 161.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 190 136 219 0.13 0.38 0 0.14 279.04 0.54 0.7
Hex BE 88 DB D 26 0 E 117 36 46
Octal 276 210 333 15 46 0 16 427 66 106
Binary 10111110 10001000 11011011 1101 100110 0 1110 100010111 110110 1000110

Color Harmonies of #BE88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88DB

Black with #BE88DB

Text Example


Text Example

White with #BE88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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