Html Css Color HEX #BD8AE0 Wisteria

📋 copy color: '#BD8AE0'

red 189 ◦ green 138 ◦ blue 224

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

Shades of Wisteria #BD8AE0

Tints of Wisteria #BD8AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.65%

R = 34.3%
G = 25.05%
B = 40.65%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD8AE0 (or 0xBD8AE0) is known color: Wisteria. HEX triplet: BD, 8A and E0. RGB value is (189,138,224). Sum of RGB (Red+Green+Blue) = 189+138+224=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD8AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AE0 is #42751F. Grayscale: #A2A2A2. Windows color (decimal): -4355360 or 14715581. OLE color: 14715581.

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

Color convert

RGB 189 138 224 -
CMYK 0.16 0.38 0 0.12
HSL 275.58º 0.58% 0.71% -
HSV(B) 275.58º 0.38% 0.88% -
XYZ 43.53 34.38 74.86 -
YUV 163.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 189 138 224 0.16 0.38 0 0.12 275.58 0.58 0.71
Hex BD 8A E0 10 26 0 C 114 3A 47
Octal 275 212 340 20 46 0 14 424 72 107
Binary 10111101 10001010 11100000 10000 100110 0 1100 100010100 111010 1000111

Color Harmonies of #BD8AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8AE0

Black with #BD8AE0

Text Example


Text Example

White with #BD8AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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