Html Css Color HEX #BD7DE9 Wisteria

📋 copy color: '#BD7DE9'

red 189 ◦ green 125 ◦ blue 233

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

Shades of Wisteria #BD7DE9

Tints of Wisteria #BD7DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 34.55%
G = 22.85%
B = 42.6%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD7DE9 (or 0xBD7DE9) is known color: Wisteria. HEX triplet: BD, 7D and E9. RGB value is (189,125,233). Sum of RGB (Red+Green+Blue) = 189+125+233=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD7DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DE9 is #428216. Grayscale: #9C9C9C. Windows color (decimal): -4358679 or 15302077. OLE color: 15302077.

HSL color Cylindrical-coordinate representation of color #BD7DE9: hue angle of 275.56º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD7DE9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 125 233 -
CMYK 0.19 0.46 0 0.09
HSL 275.56º 0.71% 0.7% -
HSV(B) 275.56º 0.46% 0.91% -
XYZ 43.03 31.37 80.88 -
YUV 156.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 189 125 233 0.19 0.46 0 0.09 275.56 0.71 0.7
Hex BD 7D E9 13 2E 0 9 114 47 46
Octal 275 175 351 23 56 0 11 424 107 106
Binary 10111101 1111101 11101001 10011 101110 0 1001 100010100 1000111 1000110

Color Harmonies of #BD7DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DE9

Black with #BD7DE9

Text Example


Text Example

White with #BD7DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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