Html Css Color HEX #BD93DB Wisteria

📋 copy color: '#BD93DB'

red 189 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #BD93DB

Tints of Wisteria #BD93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.49%

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

R = 34.05%
G = 26.49%
B = 39.46%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD93DB (or 0xBD93DB) is known color: Wisteria. HEX triplet: BD, 93 and DB. RGB value is (189,147,219). Sum of RGB (Red+Green+Blue) = 189+147+219=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93DB is #426C24. Grayscale: #A7A7A7. Windows color (decimal): -4353061 or 14390205. OLE color: 14390205.

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

Color convert

RGB 189 147 219 -
CMYK 0.14 0.33 0 0.14
HSL 275º 0.5% 0.72% -
HSV(B) 275º 0.33% 0.86% -
XYZ 44.21 36.8 71.79 -
YUV 167.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 189 147 219 0.14 0.33 0 0.14 275 0.5 0.72
Hex BD 93 DB E 21 0 E 113 32 48
Octal 275 223 333 16 41 0 16 423 62 110
Binary 10111101 10010011 11011011 1110 100001 0 1110 100010011 110010 1001000

Color Harmonies of #BD93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93DB

Black with #BD93DB

Text Example


Text Example

White with #BD93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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