Html Css Color HEX #BD8ED1 Wisteria

📋 copy color: '#BD8ED1'

red 189 ◦ green 142 ◦ blue 209

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

Shades of Wisteria #BD8ED1

Tints of Wisteria #BD8ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 35%
G = 26.3%
B = 38.7%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD8ED1 (or 0xBD8ED1) is known color: Wisteria. HEX triplet: BD, 8E and D1. RGB value is (189,142,209). Sum of RGB (Red+Green+Blue) = 189+142+209=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ED1 is #42712E. Grayscale: #A3A3A3. Windows color (decimal): -4354351 or 13733565. OLE color: 13733565.

HSL color Cylindrical-coordinate representation of color #BD8ED1: hue angle of 282.09º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8ED1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 142 209 -
CMYK 0.10 0.32 0 0.18
HSL 282.09º 0.42% 0.69% -
HSV(B) 282.09º 0.32% 0.82% -
XYZ 42.17 34.77 64.81 -
YUV 163.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 189 142 209 0.10 0.32 0 0.18 282.09 0.42 0.69
Hex BD 8E D1 A 20 0 12 11A 2A 45
Octal 275 216 321 12 40 0 22 432 52 105
Binary 10111101 10001110 11010001 1010 100000 0 10010 100011010 101010 1000101

Color Harmonies of #BD8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8ED1

Black with #BD8ED1

Text Example


Text Example

White with #BD8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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