Html Css Color HEX #BD8DDF Wisteria

📋 copy color: '#BD8DDF'

red 189 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #BD8DDF

Tints of Wisteria #BD8DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.5%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 34.18%
G = 25.5%
B = 40.33%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD8DDF (or 0xBD8DDF) is known color: Wisteria. HEX triplet: BD, 8D and DF. RGB value is (189,141,223). Sum of RGB (Red+Green+Blue) = 189+141+223=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DDF is #427220. Grayscale: #A4A4A4. Windows color (decimal): -4354593 or 14650813. OLE color: 14650813.

HSL color Cylindrical-coordinate representation of color #BD8DDF: hue angle of 275.12º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8DDF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 141 223 -
CMYK 0.15 0.37 0 0.13
HSL 275.12º 0.56% 0.71% -
HSV(B) 275.12º 0.37% 0.87% -
XYZ 43.83 35.2 74.3 -
YUV 164.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 189 141 223 0.15 0.37 0 0.13 275.12 0.56 0.71
Hex BD 8D DF F 25 0 D 113 38 47
Octal 275 215 337 17 45 0 15 423 70 107
Binary 10111101 10001101 11011111 1111 100101 0 1101 100010011 111000 1000111

Color Harmonies of #BD8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DDF

Black with #BD8DDF

Text Example


Text Example

White with #BD8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DDF; }

 p { color: rgb(189,141,223); }

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

background-color css

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

 a { background-color: rgb(189,141,223); }

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

border-color css

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

 span { border-color: rgb(189,141,223); }

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