Html Css Color HEX #BD8CDB Wisteria

📋 copy color: '#BD8CDB'

red 189 ◦ green 140 ◦ blue 219

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

Shades of Wisteria #BD8CDB

Tints of Wisteria #BD8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.55%

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

R = 34.49%
G = 25.55%
B = 39.96%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD8CDB (or 0xBD8CDB) is known color: Wisteria. HEX triplet: BD, 8C and DB. RGB value is (189,140,219). Sum of RGB (Red+Green+Blue) = 189+140+219=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CDB is #427324. Grayscale: #A3A3A3. Windows color (decimal): -4354853 or 14388413. OLE color: 14388413.

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

Color convert

RGB 189 140 219 -
CMYK 0.14 0.36 0 0.14
HSL 277.22º 0.52% 0.7% -
HSV(B) 277.22º 0.36% 0.86% -
XYZ 43.15 34.69 71.44 -
YUV 163.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 189 140 219 0.14 0.36 0 0.14 277.22 0.52 0.7
Hex BD 8C DB E 24 0 E 115 34 46
Octal 275 214 333 16 44 0 16 425 64 106
Binary 10111101 10001100 11011011 1110 100100 0 1110 100010101 110100 1000110

Color Harmonies of #BD8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CDB

Black with #BD8CDB

Text Example


Text Example

White with #BD8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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