Html Css Color HEX #BD94DB Wisteria

📋 copy color: '#BD94DB'

red 189 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #BD94DB

Tints of Wisteria #BD94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.62%

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

R = 33.99%
G = 26.62%
B = 39.39%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD94DB (or 0xBD94DB) is known color: Wisteria. HEX triplet: BD, 94 and DB. RGB value is (189,148,219). Sum of RGB (Red+Green+Blue) = 189+148+219=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94DB is #426B24. Grayscale: #A8A8A8. Windows color (decimal): -4352805 or 14390461. OLE color: 14390461.

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

Color convert

RGB 189 148 219 -
CMYK 0.14 0.32 0 0.14
HSL 274.65º 0.5% 0.72% -
HSV(B) 274.65º 0.32% 0.86% -
XYZ 44.36 37.11 71.84 -
YUV 168.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 189 148 219 0.14 0.32 0 0.14 274.65 0.5 0.72
Hex BD 94 DB E 20 0 E 113 32 48
Octal 275 224 333 16 40 0 16 423 62 110
Binary 10111101 10010100 11011011 1110 100000 0 1110 100010011 110010 1001000

Color Harmonies of #BD94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94DB

Black with #BD94DB

Text Example


Text Example

White with #BD94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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