Html Css Color HEX #BC93DB Wisteria

📋 copy color: '#BC93DB'

red 188 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #BC93DB

Tints of Wisteria #BC93DB

RGB

 RED value IS 188 (73.83% from 255) = 33.94%

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 33.94%
G = 26.53%
B = 39.53%

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

#BC93DB (or 0xBC93DB) is known color: Wisteria. HEX triplet: BC, 93 and DB. RGB value is (188,147,219). Sum of RGB (Red+Green+Blue) = 188+147+219=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93DB is #436C24. Grayscale: #A7A7A7. Windows color (decimal): -4418597 or 14390204. OLE color: 14390204.

HSL color Cylindrical-coordinate representation of color #BC93DB: hue angle of 274.17º degrees, saturation: 0.5, 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 #BC93DB is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 147 219 -
CMYK 0.14 0.33 0 0.14
HSL 274.17º 0.5% 0.72% -
HSV(B) 274.17º 0.33% 0.86% -
XYZ 43.96 36.67 71.78 -
YUV 167.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 188 147 219 0.14 0.33 0 0.14 274.17 0.5 0.72
Hex BC 93 DB E 21 0 E 112 32 48
Octal 274 223 333 16 41 0 16 422 62 110
Binary 10111100 10010011 11011011 1110 100001 0 1110 100010010 110010 1001000

Color Harmonies of #BC93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93DB

Black with #BC93DB

Text Example


Text Example

White with #BC93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93DB; }

 p { color: rgb(188,147,219); }

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

background-color css

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

 a { background-color: rgb(188,147,219); }

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

border-color css

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

 span { border-color: rgb(188,147,219); }

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