Html Css Color HEX #BD8FD1 Wisteria

📋 copy color: '#BD8FD1'

red 189 ◦ green 143 ◦ blue 209

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

Shades of Wisteria #BD8FD1

Tints of Wisteria #BD8FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.43%

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

R = 34.94%
G = 26.43%
B = 38.63%

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

#BD8FD1 (or 0xBD8FD1) is known color: Wisteria. HEX triplet: BD, 8F and D1. RGB value is (189,143,209). Sum of RGB (Red+Green+Blue) = 189+143+209=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FD1 is #42702E. Grayscale: #A4A4A4. Windows color (decimal): -4354095 or 13733821. OLE color: 13733821.

HSL color Cylindrical-coordinate representation of color #BD8FD1: hue angle of 281.82º 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 #BD8FD1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 143 209 -
CMYK 0.10 0.32 0 0.18
HSL 281.82º 0.42% 0.69% -
HSV(B) 281.82º 0.32% 0.82% -
XYZ 42.32 35.07 64.86 -
YUV 164.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 189 143 209 0.10 0.32 0 0.18 281.82 0.42 0.69
Hex BD 8F D1 A 20 0 12 11A 2A 45
Octal 275 217 321 12 40 0 22 432 52 105
Binary 10111101 10001111 11010001 1010 100000 0 10010 100011010 101010 1000101

Color Harmonies of #BD8FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FD1

Black with #BD8FD1

Text Example


Text Example

White with #BD8FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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