Html Css Color HEX #BD8DDB Wisteria

📋 copy color: '#BD8DDB'

red 189 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #BD8DDB

Tints of Wisteria #BD8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.68%

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 34.43%
G = 25.68%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD8DDB (or 0xBD8DDB) is known color: Wisteria. HEX triplet: BD, 8D and DB. RGB value is (189,141,219). Sum of RGB (Red+Green+Blue) = 189+141+219=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DDB is #427224. Grayscale: #A3A3A3. Windows color (decimal): -4354597 or 14388669. OLE color: 14388669.

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

Color convert

RGB 189 141 219 -
CMYK 0.14 0.36 0 0.14
HSL 276.92º 0.52% 0.71% -
HSV(B) 276.92º 0.36% 0.86% -
XYZ 43.3 34.98 71.49 -
YUV 164.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 189 141 219 0.14 0.36 0 0.14 276.92 0.52 0.71
Hex BD 8D DB E 24 0 E 115 34 47
Octal 275 215 333 16 44 0 16 425 64 107
Binary 10111101 10001101 11011011 1110 100100 0 1110 100010101 110100 1000111

Color Harmonies of #BD8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DDB

Black with #BD8DDB

Text Example


Text Example

White with #BD8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DDB; }

 p { color: rgb(189,141,219); }

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

background-color css

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

 a { background-color: rgb(189,141,219); }

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

border-color css

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

 span { border-color: rgb(189,141,219); }

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