Html Css Color HEX #BC93DC Wisteria

📋 copy color: '#BC93DC'

red 188 ◦ green 147 ◦ blue 220

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

Shades of Wisteria #BC93DC

Tints of Wisteria #BC93DC

RGB

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

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

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

R = 33.87%
G = 26.49%
B = 39.64%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC93DC (or 0xBC93DC) is known color: Wisteria. HEX triplet: BC, 93 and DC. RGB value is (188,147,220). Sum of RGB (Red+Green+Blue) = 188+147+220=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93DC is #436C23. Grayscale: #A7A7A7. Windows color (decimal): -4418596 or 14455740. OLE color: 14455740.

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

Color convert

RGB 188 147 220 -
CMYK 0.15 0.33 0 0.14
HSL 273.7º 0.51% 0.72% -
HSV(B) 273.7º 0.33% 0.86% -
XYZ 44.09 36.73 72.48 -
YUV 167.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 188 147 220 0.15 0.33 0 0.14 273.7 0.51 0.72
Hex BC 93 DC F 21 0 E 112 33 48
Octal 274 223 334 17 41 0 16 422 63 110
Binary 10111100 10010011 11011100 1111 100001 0 1110 100010010 110011 1001000

Color Harmonies of #BC93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93DC

Black with #BC93DC

Text Example


Text Example

White with #BC93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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