Html Css Color HEX #BD7DE1 Wisteria

📋 copy color: '#BD7DE1'

red 189 ◦ green 125 ◦ blue 225

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

Shades of Wisteria #BD7DE1

Tints of Wisteria #BD7DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

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

R = 35.06%
G = 23.19%
B = 41.74%

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

#BD7DE1 (or 0xBD7DE1) is known color: Wisteria. HEX triplet: BD, 7D and E1. RGB value is (189,125,225). Sum of RGB (Red+Green+Blue) = 189+125+225=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DE1 is #42821E. Grayscale: #9B9B9B. Windows color (decimal): -4358687 or 14777789. OLE color: 14777789.

HSL color Cylindrical-coordinate representation of color #BD7DE1: hue angle of 278.4º 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 #BD7DE1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 125 225 -
CMYK 0.16 0.44 0 0.12
HSL 278.4º 0.63% 0.69% -
HSV(B) 278.4º 0.44% 0.88% -
XYZ 41.91 30.92 74.99 -
YUV 155.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 189 125 225 0.16 0.44 0 0.12 278.4 0.63 0.69
Hex BD 7D E1 10 2C 0 C 116 3E 45
Octal 275 175 341 20 54 0 14 426 76 105
Binary 10111101 1111101 11100001 10000 101100 0 1100 100010110 111110 1000101

Color Harmonies of #BD7DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DE1

Black with #BD7DE1

Text Example


Text Example

White with #BD7DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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