Html Css Color HEX #BD91E1 Wisteria

📋 copy color: '#BD91E1'

red 189 ◦ green 145 ◦ blue 225

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

Shades of Wisteria #BD91E1

Tints of Wisteria #BD91E1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.94%

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

R = 33.81%
G = 25.94%
B = 40.25%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD91E1 (or 0xBD91E1) is known color: Wisteria. HEX triplet: BD, 91 and E1. RGB value is (189,145,225). Sum of RGB (Red+Green+Blue) = 189+145+225=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91E1 is #426E1E. Grayscale: #A7A7A7. Windows color (decimal): -4353567 or 14782909. OLE color: 14782909.

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

Color convert

RGB 189 145 225 -
CMYK 0.16 0.36 0 0.12
HSL 273º 0.57% 0.73% -
HSV(B) 273º 0.36% 0.88% -
XYZ 44.7 36.51 75.92 -
YUV 167.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 189 145 225 0.16 0.36 0 0.12 273 0.57 0.73
Hex BD 91 E1 10 24 0 C 111 39 49
Octal 275 221 341 20 44 0 14 421 71 111
Binary 10111101 10010001 11100001 10000 100100 0 1100 100010001 111001 1001001

Color Harmonies of #BD91E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD91E1

Black with #BD91E1

Text Example


Text Example

White with #BD91E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD91E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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