Html Css Color HEX #BD7EDD Wisteria

📋 copy color: '#BD7EDD'

red 189 ◦ green 126 ◦ blue 221

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

Shades of Wisteria #BD7EDD

Tints of Wisteria #BD7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 35.26%
G = 23.51%
B = 41.23%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD7EDD (or 0xBD7EDD) is known color: Wisteria. HEX triplet: BD, 7E and DD. RGB value is (189,126,221). Sum of RGB (Red+Green+Blue) = 189+126+221=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EDD is #428122. Grayscale: #9B9B9B. Windows color (decimal): -4358435 or 14515901. OLE color: 14515901.

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

Color convert

RGB 189 126 221 -
CMYK 0.14 0.43 0 0.13
HSL 279.79º 0.58% 0.68% -
HSV(B) 279.79º 0.43% 0.87% -
XYZ 41.5 30.96 72.2 -
YUV 155.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 189 126 221 0.14 0.43 0 0.13 279.79 0.58 0.68
Hex BD 7E DD E 2B 0 D 118 3A 44
Octal 275 176 335 16 53 0 15 430 72 104
Binary 10111101 1111110 11011101 1110 101011 0 1101 100011000 111010 1000100

Color Harmonies of #BD7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EDD

Black with #BD7EDD

Text Example


Text Example

White with #BD7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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