Html Css Color HEX #BD7EE3 Wisteria

📋 copy color: '#BD7EE3'

red 189 ◦ green 126 ◦ blue 227

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

Shades of Wisteria #BD7EE3

Tints of Wisteria #BD7EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.88%

R = 34.87%
G = 23.25%
B = 41.88%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD7EE3 (or 0xBD7EE3) is known color: Wisteria. HEX triplet: BD, 7E and E3. RGB value is (189,126,227). Sum of RGB (Red+Green+Blue) = 189+126+227=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD7EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EE3 is #42811C. Grayscale: #9C9C9C. Windows color (decimal): -4358429 or 14909117. OLE color: 14909117.

HSL color Cylindrical-coordinate representation of color #BD7EE3: hue angle of 277.43º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7EE3 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 126 227 -
CMYK 0.17 0.44 0 0.11
HSL 277.43º 0.64% 0.69% -
HSV(B) 277.43º 0.44% 0.89% -
XYZ 42.31 31.29 76.48 -
YUV 156.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 189 126 227 0.17 0.44 0 0.11 277.43 0.64 0.69
Hex BD 7E E3 11 2C 0 B 115 40 45
Octal 275 176 343 21 54 0 13 425 100 105
Binary 10111101 1111110 11100011 10001 101100 0 1011 100010101 1000000 1000101

Color Harmonies of #BD7EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EE3

Black with #BD7EE3

Text Example


Text Example

White with #BD7EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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