Html Css Color HEX #BC83DC Wisteria

📋 copy color: '#BC83DC'

red 188 ◦ green 131 ◦ blue 220

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

Shades of Wisteria #BC83DC

Tints of Wisteria #BC83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.3%

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

R = 34.88%
G = 24.3%
B = 40.82%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC83DC (or 0xBC83DC) is known color: Wisteria. HEX triplet: BC, 83 and DC. RGB value is (188,131,220). Sum of RGB (Red+Green+Blue) = 188+131+220=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83DC is #437C23. Grayscale: #9D9D9D. Windows color (decimal): -4422692 or 14451644. OLE color: 14451644.

HSL color Cylindrical-coordinate representation of color #BC83DC: hue angle of 278.43º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC83DC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 131 220 -
CMYK 0.15 0.40 0 0.14
HSL 278.43º 0.56% 0.69% -
HSV(B) 278.43º 0.4% 0.86% -
XYZ 41.77 32.09 71.7 -
YUV 158.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 188 131 220 0.15 0.40 0 0.14 278.43 0.56 0.69
Hex BC 83 DC F 28 0 E 116 38 45
Octal 274 203 334 17 50 0 16 426 70 105
Binary 10111100 10000011 11011100 1111 101000 0 1110 100010110 111000 1000101

Color Harmonies of #BC83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83DC

Black with #BC83DC

Text Example


Text Example

White with #BC83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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