Html Css Color HEX #BD89DC Wisteria

📋 copy color: '#BD89DC'

red 189 ◦ green 137 ◦ blue 220

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

Shades of Wisteria #BD89DC

Tints of Wisteria #BD89DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.09%

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

R = 34.62%
G = 25.09%
B = 40.29%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD89DC (or 0xBD89DC) is known color: Wisteria. HEX triplet: BD, 89 and DC. RGB value is (189,137,220). Sum of RGB (Red+Green+Blue) = 189+137+220=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89DC is #427623. Grayscale: #A1A1A1. Windows color (decimal): -4355620 or 14453181. OLE color: 14453181.

HSL color Cylindrical-coordinate representation of color #BD89DC: hue angle of 277.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD89DC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 137 220 -
CMYK 0.14 0.38 0 0.14
HSL 277.59º 0.54% 0.7% -
HSV(B) 277.59º 0.38% 0.86% -
XYZ 42.85 33.88 71.99 -
YUV 162.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 189 137 220 0.14 0.38 0 0.14 277.59 0.54 0.7
Hex BD 89 DC E 26 0 E 116 36 46
Octal 275 211 334 16 46 0 16 426 66 106
Binary 10111101 10001001 11011100 1110 100110 0 1110 100010110 110110 1000110

Color Harmonies of #BD89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89DC

Black with #BD89DC

Text Example


Text Example

White with #BD89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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