Html Css Color HEX #BD8ADE Wisteria

📋 copy color: '#BD8ADE'

red 189 ◦ green 138 ◦ blue 222

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

Shades of Wisteria #BD8ADE

Tints of Wisteria #BD8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.14%

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 34.43%
G = 25.14%
B = 40.44%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD8ADE (or 0xBD8ADE) is known color: Wisteria. HEX triplet: BD, 8A and DE. RGB value is (189,138,222). Sum of RGB (Red+Green+Blue) = 189+138+222=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ADE is #427521. Grayscale: #A2A2A2. Windows color (decimal): -4355362 or 14584509. OLE color: 14584509.

HSL color Cylindrical-coordinate representation of color #BD8ADE: hue angle of 276.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8ADE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 138 222 -
CMYK 0.15 0.38 0 0.13
HSL 276.43º 0.56% 0.71% -
HSV(B) 276.43º 0.38% 0.87% -
XYZ 43.26 34.27 73.44 -
YUV 162.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 189 138 222 0.15 0.38 0 0.13 276.43 0.56 0.71
Hex BD 8A DE F 26 0 D 114 38 47
Octal 275 212 336 17 46 0 15 424 70 107
Binary 10111101 10001010 11011110 1111 100110 0 1101 100010100 111000 1000111

Color Harmonies of #BD8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8ADE

Black with #BD8ADE

Text Example


Text Example

White with #BD8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8ADE; }

 p { color: rgb(189,138,222); }

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

background-color css

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

 a { background-color: rgb(189,138,222); }

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

border-color css

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

 span { border-color: rgb(189,138,222); }

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