Html Css Color HEX #BD86DB Wisteria

📋 copy color: '#BD86DB'

red 189 ◦ green 134 ◦ blue 219

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

Shades of Wisteria #BD86DB

Tints of Wisteria #BD86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.72%

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

R = 34.87%
G = 24.72%
B = 40.41%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD86DB (or 0xBD86DB) is known color: Wisteria. HEX triplet: BD, 86 and DB. RGB value is (189,134,219). Sum of RGB (Red+Green+Blue) = 189+134+219=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86DB is #427924. Grayscale: #9F9F9F. Windows color (decimal): -4356389 or 14386877. OLE color: 14386877.

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

Color convert

RGB 189 134 219 -
CMYK 0.14 0.39 0 0.14
HSL 278.82º 0.54% 0.69% -
HSV(B) 278.82º 0.39% 0.86% -
XYZ 42.3 32.98 71.15 -
YUV 160.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 189 134 219 0.14 0.39 0 0.14 278.82 0.54 0.69
Hex BD 86 DB E 27 0 E 117 36 45
Octal 275 206 333 16 47 0 16 427 66 105
Binary 10111101 10000110 11011011 1110 100111 0 1110 100010111 110110 1000101

Color Harmonies of #BD86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86DB

Black with #BD86DB

Text Example


Text Example

White with #BD86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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