Html Css Color HEX #BD83DD Wisteria

📋 copy color: '#BD83DD'

red 189 ◦ green 131 ◦ blue 221

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

Shades of Wisteria #BD83DD

Tints of Wisteria #BD83DD

RGB

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

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

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

R = 34.94%
G = 24.21%
B = 40.85%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD83DD (or 0xBD83DD) is known color: Wisteria. HEX triplet: BD, 83 and DD. RGB value is (189,131,221). Sum of RGB (Red+Green+Blue) = 189+131+221=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83DD is #427C22. Grayscale: #9E9E9E. Windows color (decimal): -4357155 or 14517181. OLE color: 14517181.

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

Color convert

RGB 189 131 221 -
CMYK 0.14 0.41 0 0.13
HSL 278.67º 0.57% 0.69% -
HSV(B) 278.67º 0.41% 0.87% -
XYZ 42.15 32.27 72.41 -
YUV 158.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 189 131 221 0.14 0.41 0 0.13 278.67 0.57 0.69
Hex BD 83 DD E 29 0 D 117 39 45
Octal 275 203 335 16 51 0 15 427 71 105
Binary 10111101 10000011 11011101 1110 101001 0 1101 100010111 111001 1000101

Color Harmonies of #BD83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83DD

Black with #BD83DD

Text Example


Text Example

White with #BD83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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