Html Css Color HEX #BD93DC Wisteria

📋 copy color: '#BD93DC'

red 189 ◦ green 147 ◦ blue 220

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

Shades of Wisteria #BD93DC

Tints of Wisteria #BD93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 33.99%
G = 26.44%
B = 39.57%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD93DC (or 0xBD93DC) is known color: Wisteria. HEX triplet: BD, 93 and DC. RGB value is (189,147,220). Sum of RGB (Red+Green+Blue) = 189+147+220=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93DC is #426C23. Grayscale: #A7A7A7. Windows color (decimal): -4353060 or 14455741. OLE color: 14455741.

HSL color Cylindrical-coordinate representation of color #BD93DC: hue angle of 274.52º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD93DC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 147 220 -
CMYK 0.14 0.33 0 0.14
HSL 274.52º 0.51% 0.72% -
HSV(B) 274.52º 0.33% 0.86% -
XYZ 44.34 36.85 72.49 -
YUV 167.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 189 147 220 0.14 0.33 0 0.14 274.52 0.51 0.72
Hex BD 93 DC E 21 0 E 113 33 48
Octal 275 223 334 16 41 0 16 423 63 110
Binary 10111101 10010011 11011100 1110 100001 0 1110 100010011 110011 1001000

Color Harmonies of #BD93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93DC

Black with #BD93DC

Text Example


Text Example

White with #BD93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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