Html Css Color HEX #BD7EE1 Wisteria

📋 copy color: '#BD7EE1'

red 189 ◦ green 126 ◦ blue 225

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

Shades of Wisteria #BD7EE1

Tints of Wisteria #BD7EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 35%
G = 23.33%
B = 41.67%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD7EE1 (or 0xBD7EE1) is known color: Wisteria. HEX triplet: BD, 7E and E1. RGB value is (189,126,225). Sum of RGB (Red+Green+Blue) = 189+126+225=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD7EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EE1 is #42811E. Grayscale: #9B9B9B. Windows color (decimal): -4358431 or 14778045. OLE color: 14778045.

HSL color Cylindrical-coordinate representation of color #BD7EE1: hue angle of 278.18º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7EE1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 126 225 -
CMYK 0.16 0.44 0 0.12
HSL 278.18º 0.62% 0.69% -
HSV(B) 278.18º 0.44% 0.88% -
XYZ 42.04 31.18 75.04 -
YUV 156.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 189 126 225 0.16 0.44 0 0.12 278.18 0.62 0.69
Hex BD 7E E1 10 2C 0 C 116 3E 45
Octal 275 176 341 20 54 0 14 426 76 105
Binary 10111101 1111110 11100001 10000 101100 0 1100 100010110 111110 1000101

Color Harmonies of #BD7EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EE1

Black with #BD7EE1

Text Example


Text Example

White with #BD7EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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