Html Css Color HEX #BD83D9 Wisteria

📋 copy color: '#BD83D9'

red 189 ◦ green 131 ◦ blue 217

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

Shades of Wisteria #BD83D9

Tints of Wisteria #BD83D9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.39%

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

R = 35.2%
G = 24.39%
B = 40.41%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD83D9 (or 0xBD83D9) is known color: Wisteria. HEX triplet: BD, 83 and D9. RGB value is (189,131,217). Sum of RGB (Red+Green+Blue) = 189+131+217=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD83D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83D9 is #427C26. Grayscale: #9D9D9D. Windows color (decimal): -4357159 or 14255037. OLE color: 14255037.

HSL color Cylindrical-coordinate representation of color #BD83D9: hue angle of 280.47º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD83D9 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 131 217 -
CMYK 0.13 0.40 0 0.15
HSL 280.47º 0.53% 0.68% -
HSV(B) 280.47º 0.4% 0.85% -
XYZ 41.63 32.06 69.64 -
YUV 158.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 189 131 217 0.13 0.40 0 0.15 280.47 0.53 0.68
Hex BD 83 D9 D 28 0 F 118 35 44
Octal 275 203 331 15 50 0 17 430 65 104
Binary 10111101 10000011 11011001 1101 101000 0 1111 100011000 110101 1000100

Color Harmonies of #BD83D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83D9

Black with #BD83D9

Text Example


Text Example

White with #BD83D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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