Html Css Color HEX #BD7EDB Wisteria

📋 copy color: '#BD7EDB'

red 189 ◦ green 126 ◦ blue 219

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

Shades of Wisteria #BD7EDB

Tints of Wisteria #BD7EDB

RGB

 RED value IS 189 (74.22% from 255) = 35.39%

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

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

R = 35.39%
G = 23.6%
B = 41.01%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD7EDB (or 0xBD7EDB) is known color: Wisteria. HEX triplet: BD, 7E and DB. RGB value is (189,126,219). Sum of RGB (Red+Green+Blue) = 189+126+219=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EDB is #428124. Grayscale: #9B9B9B. Windows color (decimal): -4358437 or 14384829. OLE color: 14384829.

HSL color Cylindrical-coordinate representation of color #BD7EDB: hue angle of 280.65º 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 #BD7EDB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 126 219 -
CMYK 0.14 0.42 0 0.14
HSL 280.65º 0.56% 0.68% -
HSV(B) 280.65º 0.42% 0.86% -
XYZ 41.23 30.86 70.8 -
YUV 155.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 189 126 219 0.14 0.42 0 0.14 280.65 0.56 0.68
Hex BD 7E DB E 2A 0 E 119 38 44
Octal 275 176 333 16 52 0 16 431 70 104
Binary 10111101 1111110 11011011 1110 101010 0 1110 100011001 111000 1000100

Color Harmonies of #BD7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EDB

Black with #BD7EDB

Text Example


Text Example

White with #BD7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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