Html Css Color HEX #BD8BD9 Wisteria

📋 copy color: '#BD8BD9'

red 189 ◦ green 139 ◦ blue 217

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

Shades of Wisteria #BD8BD9

Tints of Wisteria #BD8BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.5%

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 34.68%
G = 25.5%
B = 39.82%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD8BD9 (or 0xBD8BD9) is known color: Wisteria. HEX triplet: BD, 8B and D9. RGB value is (189,139,217). Sum of RGB (Red+Green+Blue) = 189+139+217=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD8BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BD9 is #427426. Grayscale: #A2A2A2. Windows color (decimal): -4355111 or 14257085. OLE color: 14257085.

HSL color Cylindrical-coordinate representation of color #BD8BD9: hue angle of 278.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8BD9 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 139 217 -
CMYK 0.13 0.36 0 0.15
HSL 278.46º 0.51% 0.7% -
HSV(B) 278.46º 0.36% 0.85% -
XYZ 42.74 34.29 70.01 -
YUV 162.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 189 139 217 0.13 0.36 0 0.15 278.46 0.51 0.7
Hex BD 8B D9 D 24 0 F 116 33 46
Octal 275 213 331 15 44 0 17 426 63 106
Binary 10111101 10001011 11011001 1101 100100 0 1111 100010110 110011 1000110

Color Harmonies of #BD8BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BD9

Black with #BD8BD9

Text Example


Text Example

White with #BD8BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BD9; }

 p { color: rgb(189,139,217); }

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

background-color css

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

 a { background-color: rgb(189,139,217); }

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

border-color css

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

 span { border-color: rgb(189,139,217); }

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