Html Css Color HEX #BD8EDB Wisteria

📋 copy color: '#BD8EDB'

red 189 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #BD8EDB

Tints of Wisteria #BD8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.82%

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

R = 34.36%
G = 25.82%
B = 39.82%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD8EDB (or 0xBD8EDB) is known color: Wisteria. HEX triplet: BD, 8E and DB. RGB value is (189,142,219). Sum of RGB (Red+Green+Blue) = 189+142+219=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EDB is #427124. Grayscale: #A4A4A4. Windows color (decimal): -4354341 or 14388925. OLE color: 14388925.

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

Color convert

RGB 189 142 219 -
CMYK 0.14 0.35 0 0.14
HSL 276.62º 0.52% 0.71% -
HSV(B) 276.62º 0.35% 0.86% -
XYZ 43.45 35.28 71.54 -
YUV 164.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 189 142 219 0.14 0.35 0 0.14 276.62 0.52 0.71
Hex BD 8E DB E 23 0 E 115 34 47
Octal 275 216 333 16 43 0 16 425 64 107
Binary 10111101 10001110 11011011 1110 100011 0 1110 100010101 110100 1000111

Color Harmonies of #BD8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EDB

Black with #BD8EDB

Text Example


Text Example

White with #BD8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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