Html Css Color HEX #BD93E0 Wisteria

📋 copy color: '#BD93E0'

red 189 ◦ green 147 ◦ blue 224

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

Shades of Wisteria #BD93E0

Tints of Wisteria #BD93E0

RGB

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

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

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

R = 33.75%
G = 26.25%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD93E0 (or 0xBD93E0) is known color: Wisteria. HEX triplet: BD, 93 and E0. RGB value is (189,147,224). Sum of RGB (Red+Green+Blue) = 189+147+224=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93E0 is #426C1F. Grayscale: #A8A8A8. Windows color (decimal): -4353056 or 14717885. OLE color: 14717885.

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

Color convert

RGB 189 147 224 -
CMYK 0.16 0.34 0 0.12
HSL 272.73º 0.55% 0.73% -
HSV(B) 272.73º 0.34% 0.88% -
XYZ 44.87 37.07 75.31 -
YUV 168.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 189 147 224 0.16 0.34 0 0.12 272.73 0.55 0.73
Hex BD 93 E0 10 22 0 C 111 37 49
Octal 275 223 340 20 42 0 14 421 67 111
Binary 10111101 10010011 11100000 10000 100010 0 1100 100010001 110111 1001001

Color Harmonies of #BD93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93E0

Black with #BD93E0

Text Example


Text Example

White with #BD93E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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