Html Css Color HEX #BD8FDB Wisteria

📋 copy color: '#BD8FDB'

red 189 ◦ green 143 ◦ blue 219

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

Shades of Wisteria #BD8FDB

Tints of Wisteria #BD8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.95%

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

R = 34.3%
G = 25.95%
B = 39.75%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD8FDB (or 0xBD8FDB) is known color: Wisteria. HEX triplet: BD, 8F and DB. RGB value is (189,143,219). Sum of RGB (Red+Green+Blue) = 189+143+219=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FDB is #427024. Grayscale: #A5A5A5. Windows color (decimal): -4354085 or 14389181. OLE color: 14389181.

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

Color convert

RGB 189 143 219 -
CMYK 0.14 0.35 0 0.14
HSL 276.32º 0.51% 0.71% -
HSV(B) 276.32º 0.35% 0.86% -
XYZ 43.59 35.58 71.59 -
YUV 165.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 189 143 219 0.14 0.35 0 0.14 276.32 0.51 0.71
Hex BD 8F DB E 23 0 E 114 33 47
Octal 275 217 333 16 43 0 16 424 63 107
Binary 10111101 10001111 11011011 1110 100011 0 1110 100010100 110011 1000111

Color Harmonies of #BD8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FDB

Black with #BD8FDB

Text Example


Text Example

White with #BD8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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