Html Css Color HEX #BD8DCD Wisteria

📋 copy color: '#BD8DCD'

red 189 ◦ green 141 ◦ blue 205

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

Shades of Wisteria #BD8DCD

Tints of Wisteria #BD8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.36%

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 35.33%
G = 26.36%
B = 38.32%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD8DCD (or 0xBD8DCD) is known color: Wisteria. HEX triplet: BD, 8D and CD. RGB value is (189,141,205). Sum of RGB (Red+Green+Blue) = 189+141+205=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DCD is #427232. Grayscale: #A2A2A2. Windows color (decimal): -4354611 or 13471165. OLE color: 13471165.

HSL color Cylindrical-coordinate representation of color #BD8DCD: hue angle of 285º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8DCD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 141 205 -
CMYK 0.08 0.31 0 0.20
HSL 285º 0.39% 0.68% -
HSV(B) 285º 0.31% 0.8% -
XYZ 41.53 34.28 62.18 -
YUV 162.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 189 141 205 0.08 0.31 0 0.20 285 0.39 0.68
Hex BD 8D CD 8 1F 0 14 11D 27 44
Octal 275 215 315 10 37 0 24 435 47 104
Binary 10111101 10001101 11001101 1000 11111 0 10100 100011101 100111 1000100

Color Harmonies of #BD8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DCD

Black with #BD8DCD

Text Example


Text Example

White with #BD8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DCD; }

 p { color: rgb(189,141,205); }

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

background-color css

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

 a { background-color: rgb(189,141,205); }

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

border-color css

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

 span { border-color: rgb(189,141,205); }

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