Html Css Color HEX #BD95DB Wisteria

📋 copy color: '#BD95DB'

red 189 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #BD95DB

Tints of Wisteria #BD95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.75%

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

R = 33.93%
G = 26.75%
B = 39.32%

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

#BD95DB (or 0xBD95DB) is known color: Wisteria. HEX triplet: BD, 95 and DB. RGB value is (189,149,219). Sum of RGB (Red+Green+Blue) = 189+149+219=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95DB is #426A24. Grayscale: #A8A8A8. Windows color (decimal): -4352549 or 14390717. OLE color: 14390717.

HSL color Cylindrical-coordinate representation of color #BD95DB: hue angle of 274.29º degrees, saturation: 0.49, 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 #BD95DB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 149 219 -
CMYK 0.14 0.32 0 0.14
HSL 274.29º 0.49% 0.72% -
HSV(B) 274.29º 0.32% 0.86% -
XYZ 44.52 37.43 71.9 -
YUV 168.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 189 149 219 0.14 0.32 0 0.14 274.29 0.49 0.72
Hex BD 95 DB E 20 0 E 112 31 48
Octal 275 225 333 16 40 0 16 422 61 110
Binary 10111101 10010101 11011011 1110 100000 0 1110 100010010 110001 1001000

Color Harmonies of #BD95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95DB

Black with #BD95DB

Text Example


Text Example

White with #BD95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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