Html Css Color HEX #BD92DB Wisteria

📋 copy color: '#BD92DB'

red 189 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #BD92DB

Tints of Wisteria #BD92DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.35%

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

R = 34.12%
G = 26.35%
B = 39.53%

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

#BD92DB (or 0xBD92DB) is known color: Wisteria. HEX triplet: BD, 92 and DB. RGB value is (189,146,219). Sum of RGB (Red+Green+Blue) = 189+146+219=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92DB is #426D24. Grayscale: #A6A6A6. Windows color (decimal): -4353317 or 14389949. OLE color: 14389949.

HSL color Cylindrical-coordinate representation of color #BD92DB: hue angle of 275.34º 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 #BD92DB is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 146 219 -
CMYK 0.14 0.33 0 0.14
HSL 275.34º 0.5% 0.72% -
HSV(B) 275.34º 0.33% 0.86% -
XYZ 44.05 36.49 71.74 -
YUV 167.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 189 146 219 0.14 0.33 0 0.14 275.34 0.5 0.72
Hex BD 92 DB E 21 0 E 113 32 48
Octal 275 222 333 16 41 0 16 423 62 110
Binary 10111101 10010010 11011011 1110 100001 0 1110 100010011 110010 1001000

Color Harmonies of #BD92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92DB

Black with #BD92DB

Text Example


Text Example

White with #BD92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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