Html Css Color HEX #BD93E2 Wisteria

📋 copy color: '#BD93E2'

red 189 ◦ green 147 ◦ blue 226

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

Shades of Wisteria #BD93E2

Tints of Wisteria #BD93E2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.16%

 BLUE value IS 226 (88.67% from 255) = 40.21%

R = 33.63%
G = 26.16%
B = 40.21%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD93E2 (or 0xBD93E2) is known color: Wisteria. HEX triplet: BD, 93 and E2. RGB value is (189,147,226). Sum of RGB (Red+Green+Blue) = 189+147+226=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD93E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93E2 is #426C1D. Grayscale: #A8A8A8. Windows color (decimal): -4353054 or 14848957. OLE color: 14848957.

HSL color Cylindrical-coordinate representation of color #BD93E2: hue angle of 271.9º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD93E2 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 147 226 -
CMYK 0.16 0.35 0 0.11
HSL 271.9º 0.58% 0.73% -
HSV(B) 271.9º 0.35% 0.89% -
XYZ 45.15 37.18 76.75 -
YUV 168.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 189 147 226 0.16 0.35 0 0.11 271.9 0.58 0.73
Hex BD 93 E2 10 23 0 B 110 3A 49
Octal 275 223 342 20 43 0 13 420 72 111
Binary 10111101 10010011 11100010 10000 100011 0 1011 100010000 111010 1001001

Color Harmonies of #BD93E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93E2

Black with #BD93E2

Text Example


Text Example

White with #BD93E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93E2; }

 p { color: rgb(189,147,226); }

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

background-color css

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

 a { background-color: rgb(189,147,226); }

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

border-color css

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

 span { border-color: rgb(189,147,226); }

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