Html Css Color HEX #BD8AE1 Wisteria

📋 copy color: '#BD8AE1'

red 189 ◦ green 138 ◦ blue 225

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

Shades of Wisteria #BD8AE1

Tints of Wisteria #BD8AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 34.24%
G = 25%
B = 40.76%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD8AE1 (or 0xBD8AE1) is known color: Wisteria. HEX triplet: BD, 8A and E1. RGB value is (189,138,225). Sum of RGB (Red+Green+Blue) = 189+138+225=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD8AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AE1 is #42751E. Grayscale: #A2A2A2. Windows color (decimal): -4355359 or 14781117. OLE color: 14781117.

HSL color Cylindrical-coordinate representation of color #BD8AE1: hue angle of 275.17º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8AE1 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 138 225 -
CMYK 0.16 0.39 0 0.12
HSL 275.17º 0.59% 0.71% -
HSV(B) 275.17º 0.39% 0.88% -
XYZ 43.67 34.43 75.58 -
YUV 163.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 189 138 225 0.16 0.39 0 0.12 275.17 0.59 0.71
Hex BD 8A E1 10 27 0 C 113 3B 47
Octal 275 212 341 20 47 0 14 423 73 107
Binary 10111101 10001010 11100001 10000 100111 0 1100 100010011 111011 1000111

Color Harmonies of #BD8AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8AE1

Black with #BD8AE1

Text Example


Text Example

White with #BD8AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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