Html Css Color HEX #BD83DC Wisteria

📋 copy color: '#BD83DC'

red 189 ◦ green 131 ◦ blue 220

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

Shades of Wisteria #BD83DC

Tints of Wisteria #BD83DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 35%
G = 24.26%
B = 40.74%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD83DC (or 0xBD83DC) is known color: Wisteria. HEX triplet: BD, 83 and DC. RGB value is (189,131,220). Sum of RGB (Red+Green+Blue) = 189+131+220=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83DC is #427C23. Grayscale: #9E9E9E. Windows color (decimal): -4357156 or 14451645. OLE color: 14451645.

HSL color Cylindrical-coordinate representation of color #BD83DC: hue angle of 279.1º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD83DC is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 131 220 -
CMYK 0.14 0.40 0 0.14
HSL 279.1º 0.56% 0.69% -
HSV(B) 279.1º 0.4% 0.86% -
XYZ 42.02 32.22 71.71 -
YUV 158.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 189 131 220 0.14 0.40 0 0.14 279.1 0.56 0.69
Hex BD 83 DC E 28 0 E 117 38 45
Octal 275 203 334 16 50 0 16 427 70 105
Binary 10111101 10000011 11011100 1110 101000 0 1110 100010111 111000 1000101

Color Harmonies of #BD83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83DC

Black with #BD83DC

Text Example


Text Example

White with #BD83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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