Html Css Color HEX #BE7EDB Wisteria

📋 copy color: '#BE7EDB'

red 190 ◦ green 126 ◦ blue 219

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

Shades of Wisteria #BE7EDB

Tints of Wisteria #BE7EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.55%

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

R = 35.51%
G = 23.55%
B = 40.93%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE7EDB (or 0xBE7EDB) is known color: Wisteria. HEX triplet: BE, 7E and DB. RGB value is (190,126,219). Sum of RGB (Red+Green+Blue) = 190+126+219=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EDB is #418124. Grayscale: #9B9B9B. Windows color (decimal): -4292901 or 14384830. OLE color: 14384830.

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

Color convert

RGB 190 126 219 -
CMYK 0.13 0.42 0 0.14
HSL 281.29º 0.56% 0.68% -
HSV(B) 281.29º 0.42% 0.86% -
XYZ 41.48 30.98 70.81 -
YUV 155.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 190 126 219 0.13 0.42 0 0.14 281.29 0.56 0.68
Hex BE 7E DB D 2A 0 E 119 38 44
Octal 276 176 333 15 52 0 16 431 70 104
Binary 10111110 1111110 11011011 1101 101010 0 1110 100011001 111000 1000100

Color Harmonies of #BE7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7EDB

Black with #BE7EDB

Text Example


Text Example

White with #BE7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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