Html Css Color HEX #BD89DA Wisteria

📋 copy color: '#BD89DA'

red 189 ◦ green 137 ◦ blue 218

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

Shades of Wisteria #BD89DA

Tints of Wisteria #BD89DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 34.74%
G = 25.18%
B = 40.07%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD89DA (or 0xBD89DA) is known color: Wisteria. HEX triplet: BD, 89 and DA. RGB value is (189,137,218). Sum of RGB (Red+Green+Blue) = 189+137+218=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89DA is #427625. Grayscale: #A1A1A1. Windows color (decimal): -4355622 or 14322109. OLE color: 14322109.

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

Color convert

RGB 189 137 218 -
CMYK 0.13 0.37 0 0.15
HSL 278.52º 0.52% 0.7% -
HSV(B) 278.52º 0.37% 0.85% -
XYZ 42.59 33.77 70.6 -
YUV 161.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 189 137 218 0.13 0.37 0 0.15 278.52 0.52 0.7
Hex BD 89 DA D 25 0 F 117 34 46
Octal 275 211 332 15 45 0 17 427 64 106
Binary 10111101 10001001 11011010 1101 100101 0 1111 100010111 110100 1000110

Color Harmonies of #BD89DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89DA

Black with #BD89DA

Text Example


Text Example

White with #BD89DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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