Html Css Color HEX #BD8EDD Wisteria

📋 copy color: '#BD8EDD'

red 189 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #BD8EDD

Tints of Wisteria #BD8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.72%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 34.24%
G = 25.72%
B = 40.04%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD8EDD (or 0xBD8EDD) is known color: Wisteria. HEX triplet: BD, 8E and DD. RGB value is (189,142,221). Sum of RGB (Red+Green+Blue) = 189+142+221=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EDD is #427122. Grayscale: #A4A4A4. Windows color (decimal): -4354339 or 14519997. OLE color: 14519997.

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

Color convert

RGB 189 142 221 -
CMYK 0.14 0.36 0 0.13
HSL 275.7º 0.54% 0.71% -
HSV(B) 275.7º 0.36% 0.87% -
XYZ 43.71 35.39 72.93 -
YUV 165.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 189 142 221 0.14 0.36 0 0.13 275.7 0.54 0.71
Hex BD 8E DD E 24 0 D 114 36 47
Octal 275 216 335 16 44 0 15 424 66 107
Binary 10111101 10001110 11011101 1110 100100 0 1101 100010100 110110 1000111

Color Harmonies of #BD8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EDD

Black with #BD8EDD

Text Example


Text Example

White with #BD8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EDD; }

 p { color: rgb(189,142,221); }

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

background-color css

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

 a { background-color: rgb(189,142,221); }

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

border-color css

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

 span { border-color: rgb(189,142,221); }

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